From: Nathan Scott Date: Wed, 29 Aug 2001 08:26:12 +0000 (+0000) Subject: sync with benign-for-userspace change to kernel header. X-Git-Tag: v2.0.0~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d460bf32655f02a74f69c9b8cdaae63030698874;p=thirdparty%2Fxfsprogs-dev.git sync with benign-for-userspace change to kernel header. --- 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);