From d460bf32655f02a74f69c9b8cdaae63030698874 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 29 Aug 2001 08:26:12 +0000 Subject: [PATCH] sync with benign-for-userspace change to kernel header. --- include/xfs_trans.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xfs_trans.h b/include/xfs_trans.h index 49fbc0adf..8153f8aeb 100644 --- a/include/xfs_trans.h +++ b/include/xfs_trans.h @@ -937,6 +937,7 @@ typedef struct xfs_trans { */ void xfs_trans_init(struct xfs_mount *); xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint); +xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint); xfs_trans_t *xfs_trans_dup(xfs_trans_t *); int xfs_trans_reserve(xfs_trans_t *, uint, uint, uint, uint, uint); -- 2.47.2