]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfsd/auth.c
musb_hdrc: Search and replace pGadgetDriver with gadget_driver
[linux-2.6-omap-h63xx.git] / fs / nfsd / auth.c
index cf61dc8ae942d664036ad0630b1713cd93435433..21928056e35ecad1c8aa5cb656d9d495df6a3022 100644 (file)
@@ -9,10 +9,11 @@
 #include <linux/sunrpc/svc.h>
 #include <linux/sunrpc/svcauth.h>
 #include <linux/nfsd/nfsd.h>
+#include <linux/nfsd/export.h>
 
 #define        CAP_NFSD_MASK (CAP_FS_MASK|CAP_TO_MASK(CAP_SYS_RESOURCE))
 
-static int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)
+int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp)
 {
        struct exp_flavor_info *f;
        struct exp_flavor_info *end = exp->ex_flavors + exp->ex_nflavors;