diff options
author | Oskar Schirmer <oskar@scara.com> | 2010-11-10 21:06:13 +0000 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-03-14 10:57:47 -0400 |
commit | a8a82b772c5f5ff31e1ce3c921bbcccc4ed1ddbf (patch) | |
tree | c399d7495e0d976d974ec237d330e31dfebd8ebf /fs/proc | |
parent | 615abdcb248dd75db8d1d5fb98a2194a21ab8e4b (diff) |
cifs: fix another memleak, in cifs_root_iget
commit a7851ce73b9fdef53f251420e6883cf4f3766534 upstream.
cifs_root_iget allocates full_path through
cifs_build_path_to_root, but fails to kfree it upon
cifs_get_inode_info* failure.
Make all failure exit paths traverse clean up
handling at the end of the function.
Signed-off-by: Oskar Schirmer <oskar@scara.com>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions