NFS: Rename struct nfs4_client to struct nfs_client
[deliverable/linux.git] / include / linux / nfs_fs_sb.h
index 6b4a13c79474c5380b0be347c3627b76b8179674..4db90df2aed053f99e50dd7a8869703a8e83b712 100644 (file)
@@ -43,7 +43,7 @@ struct nfs_server {
         */
        char                    ip_addr[16];
        char *                  mnt_path;
-       struct nfs4_client *    nfs4_state;     /* all NFSv4 state starts here */
+       struct nfs_client *     nfs4_state;     /* all NFSv4 state starts here */
        struct list_head        nfs4_siblings;  /* List of other nfs_server structs
                                                 * that share the same clientid
                                                 */
This page took 0.025561 seconds and 5 git commands to generate.