nfsd: add a new config option for the block layout driver
[deliverable/linux.git] / fs / nfsd / pnfs.h
index d4c4453674c60d5b98120f1209030ba103dbe671..ff50bfa1f76fb742af46d52c19fcedf3367d3ded 100644 (file)
@@ -35,7 +35,9 @@ struct nfsd4_layout_ops {
 };
 
 extern const struct nfsd4_layout_ops *nfsd4_layout_ops[];
+#ifdef CONFIG_NFSD_BLOCKLAYOUT
 extern const struct nfsd4_layout_ops bl_layout_ops;
+#endif
 
 __be32 nfsd4_preprocess_layout_stateid(struct svc_rqst *rqstp,
                struct nfsd4_compound_state *cstate, stateid_t *stateid,
This page took 0.023803 seconds and 5 git commands to generate.