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
mpu401
opl3
opl4
pcsp
vx
Kconfig -rw-r--r-- 5.3 KB
Makefile -rw-r--r-- 723 bytes
dummy.c -rw-r--r-- 20.1 KB
ml403-ac97cr.c -rw-r--r-- 40.2 KB
mtpav.c -rw-r--r-- 20.0 KB
mts64.c -rw-r--r-- 26.7 KB
pcm-indirect2.c -rw-r--r-- 16.8 KB
pcm-indirect2.h -rw-r--r-- 5.1 KB
portman2x4.c -rw-r--r-- 25.2 KB
serial-u16550.c -rw-r--r-- 31.0 KB
virmidi.c -rw-r--r-- 5.6 KB

back to top