]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/xfs_rtalloc.c
xfs: remove the mappedbno argument to xfs_dir3_leafn_read
[linux.git] / fs / xfs / xfs_rtalloc.c
index 4a48a8c75b4f75a98d2a2c858a00d657195ca75f..d42b5a2047e03bfcb902f284e06cbc97b69f7b84 100644 (file)
@@ -792,8 +792,7 @@ xfs_growfs_rt_alloc(
                 */
                nmap = 1;
                error = xfs_bmapi_write(tp, ip, oblocks, nblocks - oblocks,
-                                       XFS_BMAPI_METADATA, resblks, &map,
-                                       &nmap);
+                                       XFS_BMAPI_METADATA, 0, &map, &nmap);
                if (!error && nmap < 1)
                        error = -ENOSPC;
                if (error)