]> git.karo-electronics.de Git - mv-sheeva.git/commit
NFS: Introduce generic mount client API
authorChuck Lever <chuck.lever@oracle.com>
Sun, 1 Jul 2007 16:13:49 +0000 (12:13 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:47 +0000 (23:40 -0400)
commit0076d7b7bab580ca2e94637d351fa7cd357743a8
treeff41168c86b1ee4c5030c67bf2ca754b6fbe53e8
parentbf0fd7680f1cf31b9cbabcc037a204548e2c866d
NFS: Introduce generic mount client API

For NFSv2 and v3 mounts, the first step is to contact the server's MOUNTD
and request the file handle for the root of the mounted share.  Add a
function to the NFS client that handles this operation.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c