Revision d6b58f89f7257c8099c2260e2bea042a917d6cdf authored by Mark Fasheh on 21 November 2008, 22:06:55 UTC, committed by Mark Fasheh on 01 December 2008, 22:46:58 UTC
We're panicing in ocfs2_read_blocks_sync() if a jbd-managed buffer is seen.
At first glance, this seems ok but in reality it can happen. My test case
was to just run 'exorcist'. A struct inode is being pushed out of memory but
is then re-read at a later time, before the buffer has been checkpointed by
jbd. This causes a BUG to be hit in ocfs2_read_blocks_sync().

Reviewed-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
1 parent 07d9a39
History
File Mode Size
Kconfig -rw-r--r-- 696 bytes
Makefile -rw-r--r-- 279 bytes
ad1843.c -rw-r--r-- 16.0 KB
au1x00.c -rw-r--r-- 18.7 KB
hal2.c -rw-r--r-- 25.3 KB
hal2.h -rw-r--r-- 8.2 KB
sgio2audio.c -rw-r--r-- 27.4 KB

back to top