GFS2: Clear dirty bit at end of inode glock sync
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 20 Apr 2009 07:58:45 +0000 (08:58 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 20 Apr 2009 08:05:21 +0000 (09:05 +0100)
commit52fcd11c0900b0cbc584eeda12a6e27dd6c9d046
tree29ab55d89da3c559d9ce3d0fbe53bbd41c9f1701
parent3ee8da87ba6151ec91b2b8bbd27633bb248ea0d5
GFS2: Clear dirty bit at end of inode glock sync

The dirty bit can get set during the inode glock sync. Its too
complicated to change that at the moment, so this is the quick
fix - to clear the bit again at the end of the function.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glops.c