NFSD: Free backchannel xprt in bc_destroy
authorKinglong Mee <kinglongmee@gmail.com>
Mon, 24 Mar 2014 03:58:16 +0000 (11:58 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Sun, 30 Mar 2014 14:47:35 +0000 (10:47 -0400)
commit47f72efa8f32e8182cd4a70d5a9a6d07651093fc
tree56313bcc33febc6e3e75ed2a65a59505603e2f08
parent2336745e87a646a3dc9570f082b85df519ee523e
NFSD: Free backchannel xprt in bc_destroy

Backchannel xprt isn't freed right now.
Free it in bc_destroy, and put the reference of THIS_MODULE.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtsock.c