nfsd4: filehandle leak or error exit from fh_compose()
authorJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 4 Sep 2009 15:59:32 +0000 (11:59 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 4 Sep 2009 15:59:32 +0000 (11:59 -0400)
commit1be10a88cac5e589cdd2bcb0cf6a13ed30bcc233
tree2d4b7fe5a1d45162d38388206772644486cd1328
parent2671a4bf3516757ca028c139a7902a50f2bd994a
nfsd4: filehandle leak or error exit from fh_compose()

A number of callers (nfsd4_encode_fattr(), at least) don't bother to
release the filehandle returned to fh_compose() if fh_compose() returns
an error.  So, modify fh_compose() to release the filehandle before
returning an error.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfsfh.c