]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
authorChristoph Hellwig <hch@lst.de>
Thu, 27 Feb 2020 01:30:33 +0000 (17:30 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:53 +0000 (20:55 -0800)
commitb69ae25ec8a1abe271728b138f303f71b2650d9b
treee90927b44c008168d2ee7caa4e66c033b25a46b5
parentf8ca2adcb0a8c98bcf4b59659ad3e5808401b21e
xfs: pass an initialized xfs_da_args structure to xfs_attr_set

Instead of converting from one style of arguments to another in
xfs_attr_set, pass the structure from higher up in the call chain.

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/xfs_acl.c
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_xattr.c