]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: fix freeing memory in xfs_getbmap()
authorFelix Blyakher <felixb@sgi.com>
Thu, 11 Jun 2009 22:07:28 +0000 (17:07 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:51:07 +0000 (16:51 -0700)
commit6e9b0f6d101c80eb88a648d6746031ca77043043
treed1c1182e82b9c31ce15c6070cc9bfa9a490e0622
parente1b41bb33a93eb3071c27db2c7313d72c5f2500c
xfs: fix freeing memory in xfs_getbmap()

commit 7747a0b0af5976ba3828796b4f7a7adc3bb76dbd upstream.

Regression from commit 28e211700a81b0a934b6c7a4b8e7dda843634d2f.
Need to free temporary buffer allocated in xfs_getbmap().

Signed-off-by: Felix Blyakher <felixb@sgi.com>
Signed-off-by: Hedi Berriche <hedi@sgi.com>
Reported-by: Justin Piszcz <jpiszcz@lucidpixels.com>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/xfs/xfs_bmap.c