xfs: don't need dirv2 checks anymore
authorDave Chinner <dchinner@redhat.com>
Mon, 19 May 2014 21:46:55 +0000 (07:46 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 19 May 2014 21:46:55 +0000 (07:46 +1000)
commit5d074a4f8005b988c9d48d29250e36ad64083252
treeb749731540b3865f0cdd708970dbda3cd3255a64
parent263997a6842b27a49f42bd795c5dd12242917b22
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 <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_dir2.c
fs/xfs/xfs_fsops.c
fs/xfs/xfs_sb.c
fs/xfs/xfs_sb.h
This page took 0.028332 seconds and 5 git commands to generate.