]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Move /sys/o2cb to /sys/fs/o2cb
authorMark Fasheh <mfasheh@suse.com>
Wed, 30 Jan 2008 01:08:26 +0000 (17:08 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:10 +0000 (08:56 -0700)
commit4bca5b89c1e0108620d8adc81018d58be754bae1
treec153942e3fb645dd5f7435d9d08b0d27a8aed517
parent0f0a43c4f49980641f9af18ea815557fa28a8eb5
ocfs2: Move /sys/o2cb to /sys/fs/o2cb

/sys/fs is where we really want file system specific sysfs objects.

Ocfs2-tools has been updated to look in /sys/fs/o2cb. We can maintain
backwards compatibility with old ocfs2-tools by using a sysfs symlink. After
some time (2 years), the symlink can be safely removed. This patch also adds
documentation to make it easier for people to figure out what /sys/fs/o2cb
is used for.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Documentation/ABI/obsolete/o2cb [new file with mode: 0644]
Documentation/ABI/stable/o2cb [new file with mode: 0644]
Documentation/feature-removal-schedule.txt
fs/ocfs2/cluster/sys.c