aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
authorBenny Halevy <bhalevy@panasas.com>2009-04-01 09:22:50 -0400
committerBenny Halevy <bhalevy@panasas.com>2009-06-17 15:25:13 -0400
commit008f55d0e019943323c20a03493a2ba5672a4cc8 (patch)
tree9d23ac89a198b307fa39018a228bd365e72a40d2 /fs/nfs/internal.h
parentb4b82607ffcf09b57301846d154f2c09c0b807c0 (diff)
nfs41: recover lease in _nfs4_lookup_root
This creates the nfsv4.1 session on mount. Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index 78508f29c03a..acee3274d275 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -114,6 +114,7 @@ extern struct nfs_server *nfs_clone_server(struct nfs_server *,
114 struct nfs_fh *, 114 struct nfs_fh *,
115 struct nfs_fattr *); 115 struct nfs_fattr *);
116extern void nfs_mark_client_ready(struct nfs_client *clp, int state); 116extern void nfs_mark_client_ready(struct nfs_client *clp, int state);
117extern int nfs4_check_client_ready(struct nfs_client *clp);
117#ifdef CONFIG_PROC_FS 118#ifdef CONFIG_PROC_FS
118extern int __init nfs_fs_proc_init(void); 119extern int __init nfs_fs_proc_init(void);
119extern void nfs_fs_proc_exit(void); 120extern void nfs_fs_proc_exit(void);