diff options
author | Ross Zwisler <[email protected]> | 2018-06-26 16:30:41 -0600 |
---|---|---|
committer | Mike Snitzer <[email protected]> | 2018-06-28 16:06:14 -0400 |
commit | dbc626597c39b24cefce09fbd8e9dea85869a801 (patch) | |
tree | 4f787a40331cc8bcf1fa6c40b03449a7c57dd7d8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 15256f6cc4b44f2e70503758150267fd2a53c0d6 (diff) |
dm: prevent DAX mounts if not supported
Currently device_supports_dax() just checks to see if the QUEUE_FLAG_DAX
flag is set on the device's request queue to decide whether or not the
device supports filesystem DAX. Really we should be using
bdev_dax_supported() like filesystems do at mount time. This performs
other tests like checking to make sure the dax_direct_access() path works.
We also explicitly clear QUEUE_FLAG_DAX on the DM device's request queue if
any of the underlying devices do not support DAX. This makes the handling
of QUEUE_FLAG_DAX consistent with the setting/clearing of most other flags
in dm_table_set_restrictions().
Now that bdev_dax_supported() explicitly checks for QUEUE_FLAG_DAX, this
will ensure that filesystems built upon DM devices will only be able to
mount with DAX if all underlying devices also support DAX.
Signed-off-by: Ross Zwisler <[email protected]>
Fixes: commit 545ed20e6df6 ("dm: add infrastructure for DAX support")
Cc: [email protected]
Acked-by: Dan Williams <[email protected]>
Reviewed-by: Toshi Kani <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions