]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_attr_leaf.c
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
[~andy/linux] / fs / xfs / xfs_attr_leaf.c
index 9462be86aa1477c495b971463106900117f2ba39..5c44343d4a3655e0f6340d26c385baaedbed2a8b 100644 (file)
@@ -2990,7 +2990,7 @@ xfs_attr_leaf_freextent(xfs_trans_t **trans, xfs_inode_t *dp,
                nmap = 1;
                error = xfs_bmapi(*trans, dp, (xfs_fileoff_t)tblkno, tblkcnt,
                                        XFS_BMAPI_ATTRFORK | XFS_BMAPI_METADATA,
-                                       NULL, 0, &map, &nmap, NULL);
+                                       NULL, 0, &map, &nmap, NULL, NULL);
                if (error) {
                        return(error);
                }