]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Added TEST_STATEID call
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 2 Jun 2011 18:59:08 +0000 (14:59 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 12 Jul 2011 17:40:27 +0000 (13:40 -0400)
commit83c9394f267dc195d598f71ac04d49f4428d7f1c
treef0fc49559d1653e7e1e8597cf07f9f04cff9d237
parent4424a0cf62136801d8f7363b13f8d612f61a012c
NFS: Added TEST_STATEID call

This patch adds in the xdr for doing a TEST_STATEID call with a single
stateid. RFC 5661 allows multiple stateids to be tested in a single
call, but only testing one keeps things simpler for now.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
include/linux/nfs4.h
include/linux/nfs_xdr.h