On Wed, Sep 09, 2020 at 10:36:57PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > 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@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>