diff options
-rw-r--r-- | include/linux/nfs_xdr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index c940d46eb423..6deb8f097c42 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1176,6 +1176,11 @@ struct nfs41_free_stateid_res { | |||
1176 | struct nfs4_sequence_res seq_res; | 1176 | struct nfs4_sequence_res seq_res; |
1177 | }; | 1177 | }; |
1178 | 1178 | ||
1179 | #else | ||
1180 | |||
1181 | struct pnfs_ds_commit_info { | ||
1182 | }; | ||
1183 | |||
1179 | #endif /* CONFIG_NFS_V4_1 */ | 1184 | #endif /* CONFIG_NFS_V4_1 */ |
1180 | 1185 | ||
1181 | struct nfs_page; | 1186 | struct nfs_page; |