GFS2: Fix bug in gfs2_lock_fs_check_clean()
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 26 Nov 2008 12:49:26 +0000 (12:49 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Jan 2009 07:39:11 +0000 (07:39 +0000)
commitb52896813c2f16bcc5c5b67bb3c3f75bc084439b
tree2da41c8c4e5ef5ab74e8d1e5bc65183e5b9d4a14
parentfdd1062ebaa422c5684f97fa91da06f91167d76b
GFS2: Fix bug in gfs2_lock_fs_check_clean()

gfs2_lock_fs_check_clean() should not be calling gfs2_jindex_hold()
since it doesn't work like rindex hold, despite the comment. That
allows gfs2_jindex_hold() to be moved into ops_fstype.c where it
can be made static.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/dir.h
fs/gfs2/ops_fstype.c
fs/gfs2/super.c
fs/gfs2/super.h