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-- 920 bytes
Makefile -rw-r--r-- 107 bytes
at73c213.c -rw-r--r-- 27.8 KB
at73c213.h -rw-r--r-- 3.1 KB

back to top