From: Dave Chinner Date: Mon, 19 May 2014 22:23:06 +0000 (+1000) Subject: xfs: remove redundant checks from xfs_da_read_buf X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c166350b15cbec4ed9357563461b6e1d2a44ea9;p=pandora-kernel.git 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 Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed