From: Steven Whitehouse Date: Wed, 15 Oct 2008 08:46:39 +0000 (+0100) Subject: GFS2: Fix up jdata writepage/delete_inode X-Git-Tag: v2.6.29-rc1~499^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb7322fd0d5abdce396de51cbc5dbc489523018;p=pandora-kernel.git GFS2: Fix up jdata writepage/delete_inode There is a bug in writepage and delete_inode which allows jdata files to invalidate pages from the address space without being in a transaction at the time. This causes problems in case the pages are in the journal. This patch fixes that case and prevents the resulting oops. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed