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)
commit52f7c21b613f80cb425d115c9e5b4ed958a133c0
treec153942e3fb645dd5f7435d9d08b0d27a8aed517
parenta839c5afcdc345aecb35b0d3bcd0e09b571329c3
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