nfsd: Fix leaked memory in nfs4_make_rec_clidname
authorKrishna Kumar <krkumar2@in.ibm.com>
Mon, 20 Oct 2008 06:17:09 +0000 (11:47 +0530)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 6 Jan 2009 16:53:47 +0000 (11:53 -0500)
commit2bd9e7b62e6e1da3f881c40c73d93e9a212ce6de
treedc378a128825bbf80367abb9ea8f75261ed1d05c
parent9346eff0dea1e5855fba25c9fe639d92a4db3135
nfsd: Fix leaked memory in nfs4_make_rec_clidname

cksum.data is not freed up in one error case. Compile tested.

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4recover.c