]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/xfs_trans.h
xfs: simplify xfs_trans_getsb
[thirdparty/xfsprogs-dev.git] / include / xfs_trans.h
index 1f087672a2a8e5440785f3f16c5ccf8a7224f7f8..9292a4a542372665b9c7007baf7564a07ddedea9 100644 (file)
@@ -91,7 +91,7 @@ void  libxfs_trans_cancel(struct xfs_trans *);
 /* cancel dfops associated with a transaction */
 void xfs_defer_cancel(struct xfs_trans *);
 
-struct xfs_buf *libxfs_trans_getsb(struct xfs_trans *, struct xfs_mount *);
+struct xfs_buf *libxfs_trans_getsb(struct xfs_trans *);
 
 void   libxfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
 void   libxfs_trans_log_inode (struct xfs_trans *, struct xfs_inode *,