]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
authorChristoph Hellwig <hch@lst.de>
Thu, 27 Feb 2020 01:30:36 +0000 (17:30 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:53 +0000 (20:55 -0800)
commitca698c7096c8cf60c166158429c1c5d8da863c76
treec33d2c5b5d060c823d777f06c51f1e49c6b8ce70
parent48723ddd0692c9f973854ab3f1ebdcd3f6eca72b
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME

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>
fs/xfs/libxfs/xfs_attr.c
fs/xfs/libxfs/xfs_attr.h
fs/xfs/libxfs/xfs_da_btree.h
fs/xfs/scrub/attr.c
fs/xfs/xfs_ioctl.c