]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: check for invalid inode reflink flags
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 01:46:51 +0000 (12:46 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Oct 2016 01:46:51 +0000 (12:46 +1100)
commit183537ed6ee2e2ca9fc8f364a213fd775edb1501
tree77edf8fc775490cbd3f1eb52dde96e7e5261151f
parent9c7bc093c30ef17c1fd1ea0d2ba21314436a0565
xfs: check for invalid inode reflink flags

Source kernel commit: c8e156ac336d82f67d7adc014404a2251e9dad09

We don't support sharing blocks on the realtime device.  Flag inodes
with the reflink or cowextsize flags set when the reflink feature is
disabled.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_inode_buf.c