From: Steven Whitehouse Date: Wed, 26 Nov 2008 12:49:26 +0000 (+0000) Subject: GFS2: Fix bug in gfs2_lock_fs_check_clean() X-Git-Tag: v2.6.29-rc1~499^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52896813c2f16bcc5c5b67bb3c3f75bc084439b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed