Commit dd63f4c1 authored by Neil Brown's avatar Neil Brown Committed by Linus Torvalds

[PATCH] PATCH 1/16: NFSD: Compilation Fix

Fix include file so syscall compiles when NFSD not configured
parent 31079ce2
......@@ -12,13 +12,15 @@
#include <linux/config.h>
#ifdef CONFIG_NFSD_MODULE
#ifndef CONFIG_NFSD
#ifdef CONFIG_MODULES
extern struct nfsd_linkage {
long (*do_nfsservctl)(int cmd, void *argp, void *resp);
struct module *owner;
} * nfsd_linkage;
#endif
#endif
#endif /* LINUX_NFSD_INTERFACE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment