]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: don't mix reflink and DAX mode for now
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)
commit378ed4e785ae4ed5a94c923c25bacd340247c1ca
tree4a9075b5a9629bcd3c82e6bfb54360e2505336ca
parent183537ed6ee2e2ca9fc8f364a213fd775edb1501
xfs: don't mix reflink and DAX mode for now

Source kernel commit: 4f435ebe7d0422af61cdcddbbcc659888645a1e1

Since we don't have a strategy for handling both DAX and reflink,
for now we'll just prohibit both being set at the same time.

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