xfs: add support for large btree blocks
[deliverable/linux.git] / fs / xfs / xfs_trans.h
index cd29f617102165c9e518088faf701ab14df52cd4..1b04fe59c60372172529a548bb9b6c427ec420c8 100644 (file)
@@ -505,6 +505,8 @@ void                xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
 void           xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
 void           xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
 void           xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
+void           xfs_trans_buf_set_type(struct xfs_trans *, struct xfs_buf *,
+                                      uint);
 void           xfs_trans_ichgtime(struct xfs_trans *, struct xfs_inode *, int);
 void           xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
 void           xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
This page took 0.026016 seconds and 5 git commands to generate.