]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking
authorChuck Lever <chuck.lever@oracle.com>
Fri, 9 Aug 2013 16:49:11 +0000 (12:49 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Sep 2013 19:26:35 +0000 (15:26 -0400)
commitac50d154aa84b12c5193dd36e0563223c8bf75d3
tree34c31ced5f367bc01e4a767d343ad7c24346189a
parentabc991ca1504c6babcd664ed4d53bf36f9f5a38d
NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking

Anchor an nfs4_slot_table in the nfs_client for use with NFSv4.0
transport blocking.  It is initialized only for NFSv4.0 nfs_client's.

Introduce appropriate minor version ops to handle nfs_client
initialization and shutdown requirements that differ for each minor
version.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4client.c
fs/nfs/nfs4proc.c
include/linux/nfs_fs_sb.h