diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2012-05-21 22:44:22 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-22 16:45:43 -0400 |
commit | 722baafc9e638714a69aa66e9ed24ef961ff350c (patch) | |
tree | 275e47ce6b023fc3f900361512c34ff6d73d8e54 /include/linux | |
parent | e3c0fb7ef515852619932b0da993baa2d107684d (diff) |
NFS: Fix comment misspelling in struct nfs_client definition
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 7073fc74481c..5498e9d9ba84 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -79,7 +79,7 @@ struct nfs_client { | |||
79 | u32 cl_seqid; | 79 | u32 cl_seqid; |
80 | /* The flags used for obtaining the clientid during EXCHANGE_ID */ | 80 | /* The flags used for obtaining the clientid during EXCHANGE_ID */ |
81 | u32 cl_exchange_flags; | 81 | u32 cl_exchange_flags; |
82 | struct nfs4_session *cl_session; /* sharred session */ | 82 | struct nfs4_session *cl_session; /* shared session */ |
83 | #endif /* CONFIG_NFS_V4 */ | 83 | #endif /* CONFIG_NFS_V4 */ |
84 | 84 | ||
85 | #ifdef CONFIG_NFS_FSCACHE | 85 | #ifdef CONFIG_NFS_FSCACHE |