patch-2.1.90 linux/fs/filesystems.c
Next file: linux/fs/hfs/ChangeLog
Previous file: linux/fs/fcntl.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Mar 10 14:43:13 1998
- Orig file:
v2.1.89/linux/fs/filesystems.c
- Orig date:
Fri Jan 30 11:28:08 1998
diff -u --recursive --new-file v2.1.89/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -29,8 +29,8 @@
#include <linux/major.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>
-#ifdef CONFIG_KERNELD
-#include <linux/kerneld.h>
+#ifdef CONFIG_KMOD
+#include <linux/kmod.h>
#endif
#include <linux/lockd/bind.h>
#include <linux/lockd/xdr.h>
@@ -187,12 +187,12 @@
ret = do_nfsservctl(cmd, argp, resp);
goto out;
}
-#ifdef CONFIG_KERNELD
+#ifdef CONFIG_KMOD
if (request_module ("nfsd") == 0) {
if (do_nfsservctl)
ret = do_nfsservctl(cmd, argp, resp);
}
-#endif /* CONFIG_KERNELD */
+#endif /* CONFIG_KMOD */
out:
unlock_kernel();
return ret;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov