xfs: don't leak EFSBADCRC to userspace
authorDave Chinner <dchinner@redhat.com>
Fri, 7 Mar 2014 05:19:14 +0000 (16:19 +1100)
committerDave Chinner <david@fromorbit.com>
Fri, 7 Mar 2014 05:19:14 +0000 (16:19 +1100)
commitac75a1f7a4af4dddcc1ac3c0778f0e3f75dc8f32
treeac44f40e109615cfda93e22fb79e8953f842393d
parent38dbfb59d1175ef458d006556061adeaa8751b72
xfs: don't leak EFSBADCRC to userspace

While the verifier routines may return EFSBADCRC when a buffer has
a bad CRC, we need to translate that to EFSCORRUPTED so that the
higher layers treat the error appropriately and we return a
consistent error to userspace. This fixes a xfs/005 regression.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_mount.c
fs/xfs/xfs_symlink.c
fs/xfs/xfs_trans_buf.c
This page took 0.026479 seconds and 5 git commands to generate.