]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitaf09e51b6810d3408db1c0e956b3b0687b0e3723
tree1a77fce2998b9cf3a2d26dd1158803045bdf846f
parent85eb8b73d66530bb7b931789ae7a5ec9744eed34
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