diff options
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r-- | fs/xfs/xfs_trans.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index 0e26e729023e..bea6e2b95a90 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h | |||
@@ -1001,6 +1001,8 @@ xfs_log_busy_slot_t *xfs_trans_add_busy(xfs_trans_t *tp, | |||
1001 | xfs_agnumber_t ag, | 1001 | xfs_agnumber_t ag, |
1002 | xfs_extlen_t idx); | 1002 | xfs_extlen_t idx); |
1003 | 1003 | ||
1004 | extern kmem_zone_t *xfs_trans_zone; | ||
1005 | |||
1004 | #endif /* __KERNEL__ */ | 1006 | #endif /* __KERNEL__ */ |
1005 | 1007 | ||
1006 | #endif /* __XFS_TRANS_H__ */ | 1008 | #endif /* __XFS_TRANS_H__ */ |