diff options
Diffstat (limited to 'include')
-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 d0902ccec9ce..19fe15d12042 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -205,7 +205,7 @@ struct nfs4_session { | |||
205 | struct nfs4_channel_attrs fc_attrs; | 205 | struct nfs4_channel_attrs fc_attrs; |
206 | struct nfs4_slot_table fc_slot_table; | 206 | struct nfs4_slot_table fc_slot_table; |
207 | struct nfs4_channel_attrs bc_attrs; | 207 | struct nfs4_channel_attrs bc_attrs; |
208 | /* back channel has one slot */ | 208 | struct nfs4_slot_table bc_slot_table; |
209 | struct nfs_client *clp; | 209 | struct nfs_client *clp; |
210 | }; | 210 | }; |
211 | 211 | ||