]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Create stack glue sysfs files.
authorJoel Becker <joel.becker@oracle.com>
Fri, 1 Feb 2008 07:56:17 +0000 (23:56 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:05 +0000 (08:56 -0700)
commitdcad48df0b4c0862ee15b87cf50a7198ff011627
tree4b33a403e1c23acb5bcb756d9cab17f3609e79ed
parent7e7ba5f7c9329a96eeeba5f4597a705b7565edf6
ocfs2: Create stack glue sysfs files.

Introduce a set of sysfs files that describe the current stack glue
state.  The files live under /sys/fs/ocfs2.  The locking_protocol file
displays the version of ocfs2's locking code.  The
loaded_cluster_plugins file displays all of the currently loaded stack
plugins.  When filesystems are mounted, the active_cluster_plugin file
will display the plugin in use.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/stackglue.c