diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 0fc0b9135d46..fea51b44fe50 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
| @@ -59,6 +59,7 @@ struct nfs_client { | |||
| 59 | 59 | ||
| 60 | u32 cl_minorversion;/* NFSv4 minorversion */ | 60 | u32 cl_minorversion;/* NFSv4 minorversion */ |
| 61 | struct rpc_cred *cl_machine_cred; | 61 | struct rpc_cred *cl_machine_cred; |
| 62 | struct rpc_cred *cl_root_cred; /* Use when machine_cred is ineffective */ | ||
| 62 | 63 | ||
| 63 | #if IS_ENABLED(CONFIG_NFS_V4) | 64 | #if IS_ENABLED(CONFIG_NFS_V4) |
| 64 | struct list_head cl_ds_clients; /* auth flavor data servers */ | 65 | struct list_head cl_ds_clients; /* auth flavor data servers */ |
