]> git.neil.brown.name Git - history.git/commit
[PATCH] ext3 truncate fix
authorAndrew Morton <akpm@zip.com.au>
Thu, 4 Jul 2002 15:31:45 +0000 (08:31 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 4 Jul 2002 15:31:45 +0000 (08:31 -0700)
commit66c1d66f7a9173e5102f7703dbc173db437ef788
tree512a6aaaf3c17eddf1dc909a6eee3f64b3ee7914
parentc0902cacf1c51f75632679ceb110d8b7b41c122b
[PATCH] ext3 truncate fix

Forward-port of a fix which Stephen has applied to ext3's 2.4 CVS tree.

Fix for a rare problem seen under stress in data=journal mode: if we
have to restart a truncate transaction while traversing the inode's
direct blocks, we need to deal with bh==NULL in ext3_clear_blocks.
fs/ext3/inode.c