]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_attr_leaf.c
[XFS] Stop a BUG from occurring in generic_delete_inode by preventing
[linux-2.6-omap-h63xx.git] / 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);
                }