xfs: improve kmem_realloc
[deliverable/linux.git] / fs / xfs / xfs_mount.c
index 536a0ee9cd5af1fbbc89960a597eb7158b676771..654799f716fc3918802c06914751bee4f4beaf50 100644 (file)
@@ -89,7 +89,6 @@ xfs_uuid_mount(
        if (hole < 0) {
                xfs_uuid_table = kmem_realloc(xfs_uuid_table,
                        (xfs_uuid_table_size + 1) * sizeof(*xfs_uuid_table),
-                       xfs_uuid_table_size  * sizeof(*xfs_uuid_table),
                        KM_SLEEP);
                hole = xfs_uuid_table_size++;
        }
This page took 0.023615 seconds and 5 git commands to generate.