Re: [PATCH V3] common/rc: Fix _check_s_dax()

2020-12-04 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH V3] common/rc: Fix _check_s_dax()

2020-12-03 Thread ira . weiny
From: Ira Weiny There is a conflict with the user visible statx bits 'mount root' and 'dax'. The kernel is changing the dax bit to correct this conflict.[1] Adjust _check_s_dax() to use the new bit. Because DAX tests do not run on root mounts, STATX_ATTR_MOUNT_ROOT should always be 0. Therefo