Temporary relief until we convert to use generic device cache. Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- 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 cad56a7..00a4e7e 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h @@ -164,6 +164,7 @@ struct nfs_server { #ifdef CONFIG_NFS_V4_1 struct pnfs_layoutdriver_type *pnfs_curr_ld; /* Active layout driver */ + void *pnfs_ld_data; /* Per-mount data */ unsigned int ds_rsize; /* Data server read size */ unsigned int ds_wsize; /* Data server write size */ #endif /* CONFIG_NFS_V4_1 */ -- 1.6.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html