diff options
| author | Christoph Hellwig <[email protected]> | 2020-01-07 15:25:39 -0800 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2020-01-09 10:55:18 -0800 |
| commit | 780d29057781d986cd87dbbe232cd02876ad430f (patch) | |
| tree | d4e9b2b48e7679baf585ceaccf0d46c8d172bf69 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
| parent | 8cde9f259c7d91d05b12cc68993a9643d6b4e45f (diff) | |
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
XFS_ATTR_INCOMPLETE is a flag in the on-disk attribute format, and thus
in a different namespace as the ATTR_* flags in xfs_da_args.flags.
Switch to using a XFS_DA_OP_INCOMPLETE flag in op_flags instead. Without
this users might be able to inject this flag into operations using the
attr by handle ioctl.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions