nfsd4: remove unused variable in nfsd4_delegreturn()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 18 Oct 2012 14:44:21 +0000 (22:44 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 8 Nov 2012 00:22:31 +0000 (19:22 -0500)
commit01f6c8fd949f3a25a2617e6e1579a5c974b1cabf
tree4e234e38129ef49a15362cc0e245a3852aad5c12
parent216b6cbdcbd86b1db0754d58886b466ae31f5a63
nfsd4: remove unused variable in nfsd4_delegreturn()

The variable inode is initialized but never used
otherwise, so remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c