summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
authorSurbhi Palande <surbhi.palande@canonical.com>2009-12-14 14:53:52 (GMT)
committerTheodore Ts'o <tytso@mit.edu>2009-12-14 14:53:52 (GMT)
commit034fb4c95fc0fed4ec4a50778127b92c6f2aec01 (patch)
tree663bf0c4d0123f6aeeda8fd7124a5921433101ba /fs/ext4/super.c
parent51b7e3c9fbe7d22d4e355101e9a73b44fc5c9feb (diff)
downloadlinux-fsl-qoriq-034fb4c95fc0fed4ec4a50778127b92c6f2aec01.tar.xz
ext4: replace BUG() with return -EIO in ext4_ext_get_blocks
This patch fixes the Kernel BZ #14286. When the address of an extent corresponding to a valid block is corrupted, a -EIO should be reported instead of a BUG(). This situation should not normally not occur except in the case of a corrupted filesystem. If however it does, then the system should not panic directly but depending on the mount time options appropriate action should be taken. If the mount options so permit, the I/O should be gracefully aborted by returning a -EIO. http://bugzilla.kernel.org/show_bug.cgi?id=14286 Signed-off-by: Surbhi Palande <surbhi.palande@canonical.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/super.c')
0 files changed, 0 insertions, 0 deletions