aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rmap_item.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-28 19:27:36 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-06-28 19:27:36 -0700
commit60883447f45226d95be3b213c32d255db23ab4e6 (patch)
treebdaf64f89c33add5f56b58b1421bb59767da6140 /fs/xfs/xfs_rmap_item.h
parentxfs: merge xfs_cud_init into xfs_trans_get_cud (diff)
downloadlinux-dev-60883447f45226d95be3b213c32d255db23ab4e6.tar.xz
linux-dev-60883447f45226d95be3b213c32d255db23ab4e6.zip
xfs: merge xfs_rud_init into xfs_trans_get_rud
There is no good reason to keep these two functions separate. Signed-off-by: Christoph Hellwig <hch@lst.de> 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>
Diffstat (limited to 'fs/xfs/xfs_rmap_item.h')
-rw-r--r--fs/xfs/xfs_rmap_item.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_rmap_item.h b/fs/xfs/xfs_rmap_item.h
index 7e482baa27f5..8708e4a5aa5c 100644
--- a/fs/xfs/xfs_rmap_item.h
+++ b/fs/xfs/xfs_rmap_item.h
@@ -78,8 +78,6 @@ extern struct kmem_zone *xfs_rui_zone;
extern struct kmem_zone *xfs_rud_zone;
struct xfs_rui_log_item *xfs_rui_init(struct xfs_mount *, uint);
-struct xfs_rud_log_item *xfs_rud_init(struct xfs_mount *,
- struct xfs_rui_log_item *);
int xfs_rui_copy_format(struct xfs_log_iovec *buf,
struct xfs_rui_log_format *dst_rui_fmt);
void xfs_rui_item_free(struct xfs_rui_log_item *);