commit | 1bb7322fd0d5abdce396de51cbc5dbc489523018 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Oct 15 09:46:39 2008 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 05 07:38:49 2009 +0000 |
tree | fb602151904bbfaa10dc671a059acce90011eca9 | |
parent | b276058371f5c2ad92f9f27373a72b219ed580ed [diff] |
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 <swhiteho@redhat.com>