From: Dave Chinner Date: Mon, 19 May 2014 21:46:55 +0000 (+1000) Subject: xfs: don't need dirv2 checks anymore X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d074a4f8005b988c9d48d29250e36ad64083252;p=pandora-kernel.git xfs: don't need dirv2 checks anymore If the the V2 directory feature bit is not set in the superblock feature mask the filesystem will fail the good version check. Hence we don't need any other version checking on the dir2 feature bit in the code as the filesystem will not mount without it set. Remove the checking code. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed