aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/stable
diff options
context:
space:
mode:
authorMark Fasheh <mfasheh@suse.com>2008-01-29 17:08:26 -0800
committerMark Fasheh <mfasheh@suse.com>2008-04-18 08:56:10 -0700
commit52f7c21b613f80cb425d115c9e5b4ed958a133c0 (patch)
treec153942e3fb645dd5f7435d9d08b0d27a8aed517 /Documentation/ABI/stable
parentsysfs: Allow removal of symlinks in the sysfs root (diff)
downloadlinux-dev-52f7c21b613f80cb425d115c9e5b4ed958a133c0.tar.xz
linux-dev-52f7c21b613f80cb425d115c9e5b4ed958a133c0.zip
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>
Diffstat (limited to 'Documentation/ABI/stable')
-rw-r--r--Documentation/ABI/stable/o2cb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/o2cb b/Documentation/ABI/stable/o2cb
new file mode 100644
index 000000000000..5eb1545e0b8d
--- /dev/null
+++ b/Documentation/ABI/stable/o2cb
@@ -0,0 +1,10 @@
+What: /sys/fs/o2cb/ (was /sys/o2cb)
+Date: Dec 2005
+KernelVersion: 2.6.16
+Contact: ocfs2-devel@oss.oracle.com
+Description: Ocfs2-tools looks at 'interface-revision' for versioning
+ information. Each logmask/ file controls a set of debug prints
+ and can be written into with the strings "allow", "deny", or
+ "off". Reading the file returns the current state.
+Users: ocfs2-tools. It's sufficient to mail proposed changes to
+ ocfs2-devel@oss.oracle.com.