summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-05-19 22:23:06 (GMT)
committerDave Chinner <david@fromorbit.com>2014-05-19 22:23:06 (GMT)
commit7c166350b15cbec4ed9357563461b6e1d2a44ea9 (patch)
tree7a2e54615465f7831561dbcb65f8f9486688eaca /fs/xfs/xfs_aops.c
parent110dc24ad2ae4e9b94b08632fe1eb2fcdff83045 (diff)
downloadlinux-7c166350b15cbec4ed9357563461b6e1d2a44ea9.tar.xz
xfs: remove redundant checks from xfs_da_read_buf
All of the verification checks of magic numbers are now done by verifiers, so ther eis no need to check them again once the buffer has been successfully read. If the magic number is bad, it won't even get to that code to verify it so it really serves no purpose at all anymore. Remove it. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_aops.c')
0 files changed, 0 insertions, 0 deletions