-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Mark Fasheh
committed
Apr 18, 2008
1 parent
a839c5a
commit 52f7c21
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
What: /sys/o2cb symlink | ||
Date: Dec 2005 | ||
KernelVersion: 2.6.16 | ||
Contact: ocfs2-devel@oss.oracle.com | ||
Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink will | ||
be removed when new versions of ocfs2-tools which know to look | ||
in /sys/fs/o2cb are sufficiently prevalent. Don't code new | ||
software to look here, it should try /sys/fs/o2cb instead. | ||
See Documentation/ABI/stable/o2cb for more information on usage. | ||
Users: ocfs2-tools. It's sufficient to mail proposed changes to | ||
ocfs2-devel@oss.oracle.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters