commit | 4ef243bba851f3423d3e77f9924f6862c6c83308 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Sep 04 14:38:31 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sat Oct 10 10:57:50 2020 -0700 |
tree | 84457f7f832ddc6387a98a666abaa36040510188 | |
parent | 24a0037534fe669acc05e34c0342f0e45a333010 [diff] |
xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdev While running generic/042 with -drtinherit=1 set in MKFS_OPTIONS, I observed that the kernel will gladly set the realtime flag on any file created on the loopback filesystem even though that filesystem doesn't actually have a realtime device attached. This leads to verifier failures and doesn't make any sense, so be smarter about this. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>