aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr_remote.h
diff options
context:
space:
mode:
authorAllison Henderson <allison.henderson@oracle.com>2021-05-20 23:51:23 -0700
committerAllison Henderson <allison.henderson@oracle.com>2021-06-01 10:49:49 -0700
commit0e6acf29db6f463027d1ff7cea86a641da89f0d4 (patch)
tree0a278ba54a93d0e5ee7383c6de7230c68a6de81d /fs/xfs/libxfs/xfs_attr_remote.h
parent8f502a4009822a6972772ae65b34078645b3ba16 (diff)
downloadlinux-0e6acf29db6f463027d1ff7cea86a641da89f0d4.tar.gz
xfs: Remove xfs_attr_rmtval_set
This function is no longer used, so it is safe to remove Signed-off-by: Allison Henderson <allison.henderson@oracle.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_remote.h')
-rw-r--r--fs/xfs/libxfs/xfs_attr_remote.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_remote.h b/fs/xfs/libxfs/xfs_attr_remote.h
index 8ad68d5d4cc2..61b85b918db8 100644
--- a/fs/xfs/libxfs/xfs_attr_remote.h
+++ b/fs/xfs/libxfs/xfs_attr_remote.h
@@ -9,7 +9,6 @@
int xfs_attr3_rmt_blocks(struct xfs_mount *mp, int attrlen);
int xfs_attr_rmtval_get(struct xfs_da_args *args);
-int xfs_attr_rmtval_set(struct xfs_da_args *args);
int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map,
xfs_buf_flags_t incore_flags);
int xfs_attr_rmtval_invalidate(struct xfs_da_args *args);