Re: [PATCH] swapfile: fix name leak in swapoff

2012-12-02 Thread Peter Hüwe
Am Freitag, 30. November 2012, 02:20:20 schrieb Greg KH: > On Fri, Nov 23, 2012 at 12:08:07AM +0100, Peter Huewe wrote: > > From: Xiaotian Feng > > > > There's a name leak introduced by commit 91a27b2a7567 ("vfs: define > > struct filename and have getname() return it"). Add the missing > > putn

Re: [PATCH] swapfile: fix name leak in swapoff

2012-11-29 Thread Greg KH
On Fri, Nov 23, 2012 at 12:08:07AM +0100, Peter Huewe wrote: > From: Xiaotian Feng > > There's a name leak introduced by commit 91a27b2a7567 ("vfs: define > struct filename and have getname() return it"). Add the missing > putname. > > [a...@linux-foundation.org: cleanup] > Signed-off-by: Xiaot

[PATCH] swapfile: fix name leak in swapoff

2012-11-22 Thread Peter Huewe
From: Xiaotian Feng There's a name leak introduced by commit 91a27b2a7567 ("vfs: define struct filename and have getname() return it"). Add the missing putname. [a...@linux-foundation.org: cleanup] Signed-off-by: Xiaotian Feng Reviewed-by: Jeff Layton Cc: Al Viro Signed-off-by: Andrew Morton