commit | b52896813c2f16bcc5c5b67bb3c3f75bc084439b | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 26 12:49:26 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 05 07:39:11 2009 +0000 |
tree | 2da41c8c4e5ef5ab74e8d1e5bc65183e5b9d4a14 | |
parent | fdd1062ebaa422c5684f97fa91da06f91167d76b [diff] |
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>