]> Git Repo - linux.git/commit - fs/xfs/xfs_acl.h
xfs: improve xfs_forget_acl
authorChristoph Hellwig <[email protected]>
Thu, 27 Feb 2020 01:30:41 +0000 (17:30 -0800)
committerDarrick J. Wong <[email protected]>
Tue, 3 Mar 2020 04:55:55 +0000 (20:55 -0800)
commit5a3930e27ef95893f039b9ec127a48139fcc8ca5
tree9df5508abb02805575ac1b9be4a06bc59a8c0971
parent53ac39fdb301e022a4ba477ee114cdab56045ac9
xfs: improve xfs_forget_acl

Move the function to xfs_acl.c and provide a proper stub for the
!CONFIG_XFS_POSIX_ACL case.  Lift the flags check to the caller as it
nicely fits in there.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Reviewed-by: Chandan Rajendra <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
fs/xfs/xfs_acl.c
fs/xfs/xfs_acl.h
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_xattr.c
This page took 0.048081 seconds and 4 git commands to generate.