]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/xfs/libxfs/xfs_bmap.h
xfs: eliminate committed arg from xfs_bmap_finish
[mirror_ubuntu-zesty-kernel.git] / fs / xfs / libxfs / xfs_bmap.h
index a160f8a5a3fcd280ac1af5e02063fd3818710fe5..423a34e832bdc07ab402a3f17023ac311ba1251b 100644 (file)
@@ -195,7 +195,7 @@ void        xfs_bmap_add_free(xfs_fsblock_t bno, xfs_filblks_t len,
                struct xfs_bmap_free *flist, struct xfs_mount *mp);
 void   xfs_bmap_cancel(struct xfs_bmap_free *flist);
 int    xfs_bmap_finish(struct xfs_trans **tp, struct xfs_bmap_free *flist,
-                       int *committed);
+                       struct xfs_inode *ip);
 void   xfs_bmap_compute_maxlevels(struct xfs_mount *mp, int whichfork);
 int    xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip,
                xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork);