diff options
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
| -rw-r--r-- | fs/xfs/xfs_rtalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_rtalloc.c b/fs/xfs/xfs_rtalloc.c index a0dc6e5bc5b9..bf87a5913504 100644 --- a/fs/xfs/xfs_rtalloc.c +++ b/fs/xfs/xfs_rtalloc.c | |||
| @@ -2062,7 +2062,7 @@ xfs_growfs_rt( | |||
| 2062 | /* | 2062 | /* |
| 2063 | * Free the fake mp structure. | 2063 | * Free the fake mp structure. |
| 2064 | */ | 2064 | */ |
| 2065 | kmem_free(nmp, sizeof(*nmp)); | 2065 | kmem_free(nmp); |
| 2066 | 2066 | ||
| 2067 | return error; | 2067 | return error; |
| 2068 | } | 2068 | } |
