]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/9p: Fid is not valid after a failed clunk.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 11 Jul 2011 16:40:58 +0000 (16:40 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 21:46:50 +0000 (13:46 -0800)
commitb1b7c964705b9bd23d81e93a16b623d6988e0b61
tree0deac24f965e05a3e59b4616ba5b3917e5ea166e
parenta56387e77251ae8c76f551593b41c6b52e1a3872
fs/9p: Fid is not valid after a failed clunk.

commit 5034990e28efb2d232ee82443a9edd62defd17ba upstream.

free the fid even in case of failed clunk.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/9p/client.c