diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_bmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index 4b0f6efb046c..7928b9983c1d 100644 --- a/fs/xfs/xfs_bmap.c +++ b/fs/xfs/xfs_bmap.c | |||
@@ -6086,6 +6086,7 @@ xfs_getbmap( | |||
6086 | break; | 6086 | break; |
6087 | } | 6087 | } |
6088 | 6088 | ||
6089 | kmem_free(out); | ||
6089 | return error; | 6090 | return error; |
6090 | } | 6091 | } |
6091 | 6092 | ||