]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/gfs2/incore.h
[GFS2] glock debugging and inode cache changes
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 18 May 2006 20:25:27 +0000 (16:25 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 18 May 2006 20:25:27 +0000 (16:25 -0400)
commit320dd101e2d595a03439adb92b319f3af53dd1d0
tree56a88401a218622018030045fec009bafdc4ce76
parent3a8a9a1034813aa99f5ae3150f652d490c5ff10d
[GFS2] glock debugging and inode cache changes

This adds some extra debugging to glock.c and changes
inode.c's deallocation code to call the debugging code
at a suitable moment. I'm chasing down a particular bug
to do with deallocation at the moment and the code can
go again once the bug is fixed.

Also this includes the first part of some changes to unify
the Linux struct inode and GFS2's struct gfs2_inode. This
transformation will happen in small parts over the next short
period.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/incore.h
fs/gfs2/inode.c
fs/gfs2/main.c
fs/gfs2/ops_super.c