]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
sync with benign-for-userspace change to kernel header.
authorNathan Scott <nathans@sgi.com>
Wed, 29 Aug 2001 08:26:12 +0000 (08:26 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 29 Aug 2001 08:26:12 +0000 (08:26 +0000)
include/xfs_trans.h

index 49fbc0adf75b4c3cc0b6078c7e8e7ece6e4befd7..8153f8aeb10320d068be994873a1dbc9f9488fca 100644 (file)
@@ -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);