[XFS] Remove unused arg from kmem_free()
[safe/jmp/linux-2.6] / fs / xfs / xfs_rtalloc.c
index a0dc6e5..bf87a59 100644 (file)
@@ -2062,7 +2062,7 @@ xfs_growfs_rt(
        /*
         * Free the fake mp structure.
         */
-       kmem_free(nmp, sizeof(*nmp));
+       kmem_free(nmp);
 
        return error;
 }