summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-05-09 23:55:38 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-05-09 23:55:38 -0700
commite461abeb62ef330c4c1b1e9dae2a0a7a10213e79 (patch)
tree1531642dd5dff91d67cda4a5871760188679722d /security
parenta7c8a1d320ff544a044f6fac5c7fda557f5ef60c (diff)
[PATCH] ext3 error handling fixes
From: Andreas Dilger <adilger@clusterfs.com> a) we don't call ext3_error() for an IO error in ext3_find_entry(), so we won't do the normal ext3 error handling (mark SB in error, remount-ro or panic if desired); b) in empty_dir() we don't continue checking for non-empty blocks after a content error (ext3_check_dir_entry() calls ext3_error() already); c) we had decided not to mark the SB in error for holes in directories to allow leway in the indexed-directory implementation, but this change incorrectly also disabled marking the SB in error for real IO errors.
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions