OSDN Git Service

xfs: remove the mappedbno argument to xfs_dir3_leafn_read
[tomoyo/tomoyo-test1.git] / fs / xfs / libxfs / xfs_dir2_node.c
index 3a8b062..2e2129f 100644 (file)
@@ -1553,8 +1553,7 @@ xfs_dir2_leafn_toosmall(
                /*
                 * Read the sibling leaf block.
                 */
-               error = xfs_dir3_leafn_read(state->args->trans, dp,
-                                           blkno, -1, &bp);
+               error = xfs_dir3_leafn_read(state->args->trans, dp, blkno, &bp);
                if (error)
                        return error;