]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Refactor xfs_attr_rmtval_remove
authorAllison Collins <allison.henderson@oracle.com>
Tue, 21 Jul 2020 04:47:26 +0000 (21:47 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 29 Jul 2020 03:28:11 +0000 (20:28 -0700)
commit4871c3d59212e7987a6a01762cbbbf301c9f90b2
treed9fda6194b3e8f3faf42ef6e342bd3b217d4eb51
parentcf975c0f5d8c0bd585aaa74da642621fd5314ed8
xfs: Refactor xfs_attr_rmtval_remove

Refactor xfs_attr_rmtval_remove to add helper function
__xfs_attr_rmtval_remove. We will use this later when we introduce
delayed attributes.  This function will eventually replace
xfs_attr_rmtval_remove

Signed-off-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Chandan Rajendra <chandanrlinux@gmail.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Acked-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/libxfs/xfs_attr_remote.c
fs/xfs/libxfs/xfs_attr_remote.h