diff --git a/[refs] b/[refs] index 2e390a3b7293..ddb21f8deaf5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35fd035968de4f674b9d62ee7b1d80ab7a50c384 +refs/heads/master: 7747a0b0af5976ba3828796b4f7a7adc3bb76dbd diff --git a/trunk/fs/xfs/xfs_bmap.c b/trunk/fs/xfs/xfs_bmap.c index 4b0f6efb046c..7928b9983c1d 100644 --- a/trunk/fs/xfs/xfs_bmap.c +++ b/trunk/fs/xfs/xfs_bmap.c @@ -6086,6 +6086,7 @@ xfs_getbmap( break; } + kmem_free(out); return error; }