]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit74ae4e104dfc57017783fc07d5f2f9129062207f
tree4b33a403e1c23acb5bcb756d9cab17f3609e79ed
parent286eaa95c5c5915a6b72cc3f0a2534161fd7928b
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