diff options
author | Allison Henderson <allison.henderson@oracle.com> | 2021-08-08 18:27:14 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2021-08-11 19:12:45 +0300 |
commit | 5e68b4c7fb6414c4a48b6d2988312e3b1f31978e (patch) | |
tree | 3629ed5382867b14c14ad7b7fa611b05cdbe98ae /fs/xfs/libxfs/xfs_attr_remote.c | |
parent | df0826312a23e495faa91eee0d6ac31bca35dc09 (diff) | |
download | linux-5e68b4c7fb6414c4a48b6d2988312e3b1f31978e.tar.xz |
xfs: Rename __xfs_attr_rmtval_remove
Now that xfs_attr_rmtval_remove is gone, rename __xfs_attr_rmtval_remove
to xfs_attr_rmtval_remove
Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_remote.c')
-rw-r--r-- | fs/xfs/libxfs/xfs_attr_remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_remote.c b/fs/xfs/libxfs/xfs_attr_remote.c index 70f880da563b..16690439121e 100644 --- a/fs/xfs/libxfs/xfs_attr_remote.c +++ b/fs/xfs/libxfs/xfs_attr_remote.c @@ -672,7 +672,7 @@ xfs_attr_rmtval_invalidate( * routine until it returns something other than -EAGAIN. */ int -__xfs_attr_rmtval_remove( +xfs_attr_rmtval_remove( struct xfs_delattr_context *dac) { struct xfs_da_args *args = dac->da_args; |