Re: [PATCH 23/27] NFS: Fix memory leak [try #2]

2008-01-24 Thread Trond Myklebust
On Wed, 2008-01-23 at 17:22 +, David Howells wrote: > Fix a memory leak whereby multiple clientaddr=xxx mount options just overwrite > the duplicated client_address option pointer, without freeing the old memory. > > Signed-off-by: David Howells <[EMAIL PROTECTED]> > --- > > fs/nfs/super.c

[PATCH 23/27] NFS: Fix memory leak [try #2]

2008-01-23 Thread David Howells
Fix a memory leak whereby multiple clientaddr=xxx mount options just overwrite the duplicated client_address option pointer, without freeing the old memory. Signed-off-by: David Howells <[EMAIL PROTECTED]> --- fs/nfs/super.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git