From: Mark Fasheh Date: Tue, 4 Dec 2007 00:43:01 +0000 (-0800) Subject: ocfs2: Re-journal buffers after transaction extend X-Git-Tag: v2.6.24-rc6~57^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8aed3450c0afd6fdb79ec233f806e3e69454dfe;p=pandora-kernel.git ocfs2: Re-journal buffers after transaction extend ocfs2_extend_trans() might call journal_restart() which will commit dirty buffers and then restart the transaction. This means that any buffers which still need changes should be passed to journal_access() again. Some paths during extend weren't doing this right. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed