[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)
authorRobert Peterson <rpeterso@redhat.com>
Fri, 16 Mar 2007 10:26:37 +0000 (10:26 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 May 2007 08:10:29 +0000 (09:10 +0100)
commit7c52b166c588c98cf3d2b2e7e6a0468a98e84d0d
tree3a38426f1479263cd75fa76204cdc1a620e7ca9f
parentdc87c3985e9b442c60994308a96f887579addc39
[GFS2] Add gfs2_tool lockdump support to gfs2 (bz 228540)

The attached patch resolves bz 228540.  This adds the capability
for gfs2 to dump gfs2 locks through the debugfs file system.
This used to exist in gfs1 as "gfs_tool lockdump" but it's missing from
gfs2 because all the ioctls were stripped out.  Please see the bugzilla
for more history about the fix.  This patch is also attached to the bugzilla
record.

The patch is against Steve Whitehouse's latest nmw git tree kernel
(2.6.21-rc1) and has been tested on system trin-10.

Signed-off-by: Robert Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/incore.h
fs/gfs2/main.c
fs/gfs2/ops_fstype.c