xfs: remove XFS_DA_OP_NOTIME
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 16:47:20 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:46:50 +0000 (07:46 -0700)
commit779a4b606c7678343e3603398fe07de38b817ef4
tree582ed0c4adf25cac7e2d3295ef0982866d2bfa98
parentf566d5b9fb7136d39d4e9c54d84c82835b539b4e
xfs: remove XFS_DA_OP_NOTIME

The only user of this flag sets it prior to an xfs_attr_get_ilocked
call, which doesn't update anything.  Get rid of the flag.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_attr.c
fs/xfs/libxfs/xfs_da_btree.h
fs/xfs/scrub/attr.c