NFSv4: Fix a typo in nfs_inode_reclaim_delegation
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 11 Oct 2007 19:11:51 +0000 (15:11 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 11 Oct 2007 19:11:51 +0000 (15:11 -0400)
commit05c88babab957dfd63bd351b25042d80bd854dd0
tree2d491ca1e3a9ce141fd367750726049eca3f01f1
parentf43bf0bebed7c33b698a8a25f95812f9e87c3843
NFSv4: Fix a typo in nfs_inode_reclaim_delegation

We were intending to put the previous instance of delegation->cred
before setting a new one.

Thanks to David Howells for spotting this.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/delegation.c