diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2018-05-31 15:07:47 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-06-04 14:45:29 -0700 |
commit | aaacdd257fd038a7d265fe4dc30d71fb1bfcadda (patch) | |
tree | e42f466a3e2d46aacc137813ec113e90d58f85df /include/xen | |
parent | 9f96cc958e8ae9864e6d597a5f3e80b5fca35ae4 (diff) |
xfs: don't forbid setting dax flag on directories if device doesn't dax
On a directory, the DAX flag is merely a hint that files created in the
directory should have the DAX flag set at creation time. We don't care
if the underlying device supports DAX or not because directory metadata
are always cached in DRAM. We don't care if new files get the flag even
if the device doesn't support DAX because we always check for DAX
support before setting the VFS flag (S_DAX).
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'include/xen')
0 files changed, 0 insertions, 0 deletions