summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-09-09 03:50:15 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-09-09 03:50:15 +0000
commit31818f4be32dbf94cd85eefede8679fd11f3e4cb (patch)
tree2b1a5ae32597658f5f8ae37cec1b8780eb3a2f27 /sys/conf
parent6282c82e6d289a6329fcf73dc109819bbc24d91e (diff)
move some server only functions from nfs_subs.c to nfs_srvsubs.c
saves space on ramdisks that have option NFSCLIENT initial diff from and ok miod@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index accdb2d9836..60913cd12e3 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.737 2024/09/04 07:45:08 jsg Exp $
+# $OpenBSD: files,v 1.738 2024/09/09 03:50:14 jsg Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -957,11 +957,12 @@ file nfs/krpc_subr.c nfsclient
file nfs/nfs_bio.c nfsclient
file nfs/nfs_boot.c nfsclient
file nfs/nfs_debug.c nfsclient & ddb
-file nfs/nfs_node.c nfsclient
file nfs/nfs_kq.c nfsclient
+file nfs/nfs_node.c nfsclient
file nfs/nfs_serv.c nfsserver
file nfs/nfs_socket.c nfsserver | nfsclient
file nfs/nfs_srvcache.c nfsserver
+file nfs/nfs_srvsubs.c nfsserver
file nfs/nfs_subs.c nfsserver | nfsclient
file nfs/nfs_syscalls.c nfsserver | nfsclient
file nfs/nfs_vfsops.c nfsclient