From: Jan Kara Date: Wed, 22 Jul 2009 11:17:16 +0000 (+0200) Subject: ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq() X-Git-Tag: v2.6.31-rc6~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3fa1904c0d192461ebba692e4940a334b74353;p=pandora-kernel.git ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq() In a code path extending local quota files we marked new header buffer uptodate only after calling ocfs2_journal_access_dq() which triggers a bug. Fix it and also call ocfs2 variant of the function marking buffer uptodate. Signed-off-by: Jan Kara Signed-off-by: Joel Becker --- Reading git-diff-tree failed