]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
authorChristoph Hellwig <hch@lst.de>
Fri, 1 May 2020 21:01:32 +0000 (17:01 -0400)
committerEric Sandeen <sandeen@redhat.com>
Fri, 1 May 2020 21:01:32 +0000 (17:01 -0400)
commit69e818c21f3d30c8dbd0aa20213070b9a834126f
treed4e2d79e3de324b79d4a43a2cd1658fd3f128bf4
parent8be2ffd08d22fd9ad5d91b1e2d9da5d8eeac63ed
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME

Source kernel commit: 1d7330199400404512b44734d3c792aa4ad82322

op_flags with the XFS_DA_OP_* flags is the usual place for in-kernel
only flags, so move the notime flag there.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Chandan Rajendra <chandanrlinux@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_attr.c
libxfs/xfs_attr.h
libxfs/xfs_da_btree.h