commit | 438fcad5ee4316216017772d12a3deccf7c4c686 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 24 18:09:49 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 28 10:57:52 2019 -0700 |
tree | b648b28af6c813b31b19a35b56c9f280c9cafffb | |
parent | c0a367a8e7f0b5f4ec830f5317da86e53b40e6e8 [diff] |
vfs: only allow FSSETXATTR to set DAX flag on files and dirs The DAX flag only applies to files and directories, so don't let it get set for other types of files. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>