NFS: test and free stateids during recovery
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 2 Jun 2011 18:59:10 +0000 (14:59 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 12 Jul 2011 17:40:28 +0000 (13:40 -0400)
commitf062eb6ced3b297277b94b4da3113b1d3782e539
tree256a6f58f32d766961c40032c97c12ea8150ac2e
parent9aeda35fd643eba683fdb8dba8907fa796a85dda
NFS: test and free stateids during recovery

When recovering open files and locks, the stateid should be tested
against the server and freed if it is invalid.  This patch adds new
recovery functions for NFS v4.1.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c