]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: allow realtime files to have the reflink flag set
authorDarrick J. Wong <djwong@kernel.org>
Fri, 15 Jul 2022 21:34:50 +0000 (14:34 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:42 +0000 (15:03 -0800)
commit804bfe51b739454c66a6ed95fc9e40a1fa6c40ea
treedaef5f1e10c6a52903fc53cf6ae4e1d2ef2e4de7
parent538b21c5b0d9505e9589abdb2ee270af0094747c
xfs_repair: allow realtime files to have the reflink flag set

Now that we allow reflink on the realtime volume, allow that combination
of inode flags if the feature's enabled.  Note that we now allow inodes
to have rtinherit even if there's no realtime volume, since the kernel
has never restricted that.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/dinode.c