52f7c21b61
/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>
11 lines
457 B
Plaintext
11 lines
457 B
Plaintext
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.
|