commit | c8e156ac336d82f67d7adc014404a2251e9dad09 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 03 09:11:50 2016 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Oct 05 16:26:31 2016 -0700 |
tree | ad4439160ac5088574fa6984270ee2221438abb2 | |
parent | e153aa7990a09a8a12860fc1f79304b02a6bc03f [diff] |
xfs: check for invalid inode reflink flags 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>