]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: remove XFS_DA_OP_NOTIME
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:22:43 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:01 +0000 (17:01 -0700)
commit31f958745819c6f7cd42d866bee58f952881ebc5
treedbf59ae73b04734f480dd3bf0c4059f3c7e52bf0
parent8940842643068c3bd4cdaa0033143de577b7cb86
xfs: remove XFS_DA_OP_NOTIME

Source kernel commit: 779a4b606c7678343e3603398fe07de38b817ef4

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>
libxfs/xfs_attr.c
libxfs/xfs_da_btree.h