]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4: Simplify the struct nfs4_stateid
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 4 Mar 2012 23:13:57 +0000 (18:13 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 6 Mar 2012 15:32:47 +0000 (10:32 -0500)
commitfc03266f8963f3110c5e16908a724ce25dc480d3
tree132ddb133179b95931d42a19e79d25f2db33339c
parent5833a85dbff096fd4721c6d6189fd1e8e0418b17
NFSv4: Simplify the struct nfs4_stateid

Replace the union with the common struct stateid4 as defined in both
RFC3530 and RFC5661. This makes it easier to access the sequence id,
which will again make implementing support for parallel OPEN calls
easier.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback_xdr.c
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/nfs4state.c
fs/nfs/nfs4xdr.c
fs/nfs/pnfs.c
include/linux/nfs4.h