The patch titled nfsd4: fslocs: fix compile in non-CONFIG_NFSD_V4 case has been added to the -mm tree. Its filename is knfsd-nfsd4-fslocations-data-structures-nfsd4-fslocs-fix-compile-in-non-config_nfsd_v4-case.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: nfsd4: fslocs: fix compile in non-CONFIG_NFSD_V4 case From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx> Fix fsloc_parse in the non-CONFIG_NFSD_V4 case, to make it inline, to make it consistent with the definition in the CONFIG_NFSD_V4 case, and to include parameter names. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxxxxxx> Cc: Manoj Naik <manoj@xxxxxxxxxxxxxxx> Cc: Fred Isaman <iisaman@xxxxxxxxxxxxxx> Cc: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/nfsd/export.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/nfsd/export.c~knfsd-nfsd4-fslocations-data-structures-nfsd4-fslocs-fix-compile-in-non-config_nfsd_v4-case fs/nfsd/export.c --- a/fs/nfsd/export.c~knfsd-nfsd4-fslocations-data-structures-nfsd4-fslocs-fix-compile-in-non-config_nfsd_v4-case +++ a/fs/nfsd/export.c @@ -459,7 +459,7 @@ out_free_all: } #else /* CONFIG_NFSD_V4 */ -static int fsloc_parse(char **, char *, struct svc_export *) { return 0; } +static inline int fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) { return 0; } #endif static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) _ Patches currently in -mm which might be from bfields@xxxxxxxxxxxx are origin.patch knfsd-call-lockd_down-when-closing-a-socket-via-a-write-to-nfsd-portlist.patch knfsd-svcrpc-gss-factor-out-some-common-wrapping-code.patch knfsd-svcrpc-gss-fix-failure-on-svc_denied-in-integrity-case.patch knfsd-svcrpc-use-consistent-variable-name-for-the-reply-state.patch knfsd-nfsd4-refactor-exp_pseudoroot.patch knfsd-nfsd4-clean-up-exp_pseudoroot.patch knfsd-nfsd4-acls-relax-the-nfsv4-posix-mapping.patch knfsd-nfsd4-acls-fix-inheritance.patch knfsd-nfsd4-acls-simplify-nfs4_acl_nfsv4_to_posix-interface.patch knfsd-nfsd4-acls-fix-handling-of-zero-length-acls.patch knfsd-fix-auto-sizing-of-nfsd-request-reply-buffers.patch knfsd-nfsd-store-export-path-in-export.patch knfsd-nfsd4-fslocations-data-structures-nfsd4-fix-fs-locations-bounds-checking.patch knfsd-nfsd4-fslocations-data-structures-nfsd4-fslocs-fix-compile-in-non-config_nfsd_v4-case.patch knfsd-nfsd4-xdr-encoding-for-fs_locations.patch knfsd-nfsd4-actually-use-all-the-pieces-to-implement-referrals.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html