]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: disable noattr2/attr2 mount options for CRC enabled filesystems
authorDave Chinner <dchinner@redhat.com>
Wed, 5 Jun 2013 02:09:09 +0000 (12:09 +1000)
committerBen Myers <bpm@sgi.com>
Wed, 5 Jun 2013 16:21:06 +0000 (11:21 -0500)
commit009bc4e0c7eb7f9b1bcb098e0e812708d9cd119d
treed8545904cdce2eabfa9128f55dc445cff3585ba3
parentc7c7e3ffb126afeb35337563ca42396c40cbfecd
xfs: disable noattr2/attr2 mount options for CRC enabled filesystems

attr2 format is always enabled for v5 superblock filesystems, so the
mount options to enable or disable it need to be cause mount errors.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Documentation/filesystems/xfs.txt
fs/xfs/xfs_super.c