]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Fix oops when extending quota files
authorJan Kara <jack@suse.cz>
Tue, 25 Nov 2008 14:31:28 +0000 (15:31 +0100)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:25 +0000 (08:40 -0800)
commita390143df91d4076e2da5a82598027e83063eb09
tree1a77fce2998b9cf3a2d26dd1158803045bdf846f
parentdbde10a81fa25f5acce6e80a11c57da51eadded2
ocfs2: Fix oops when extending quota files

We have to mark buffer as uptodate before calling ocfs2_journal_access() and
ocfs2_set_buffer_uptodate() does not do this for us.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/quota_global.c