commit | dbc77f31e58b2902a5e7643761c04bf69f57a32a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 01 08:25:36 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jul 01 08:25:36 2019 -0700 |
tree | 41ae6b0acb34ae1a82773e5faeaff81acb88a519 | |
parent | ca29be753445450799958e7d2e5d797d1153389e [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> Reviewed-by: Jan Kara <jack@suse.cz>