commit | 6c6a426fdcb374b7641d7cf9eea88410828b9d9a | [log] [tgz] |
---|---|---|
author | Krishna Kumar <krkumar2@in.ibm.com> | Wed Oct 22 14:48:36 2008 +0530 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Oct 22 14:00:45 2008 -0400 |
tree | 4792b7c2343c5b9acd07e5ceb40d7cdeee49ebb8 | |
parent | 1cd9cd161c89f569b90583b7797bd972c3bf0cff [diff] |
nfsd: Fix memory leak in nfsd_getxattr Fix a memory leak in nfsd_getxattr. nfsd_getxattr should free up memory that it allocated if vfs_getxattr fails. Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>