]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a kernel linking problem introduced by r221032, r221040
authorRick Macklem <rmacklem@FreeBSD.org>
Tue, 26 Apr 2011 13:50:11 +0000 (13:50 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Tue, 26 Apr 2011 13:50:11 +0000 (13:50 +0000)
commit541cb7a358c80d4641f19d58ef00dcfd7e9f732c
tree1c2e6a28e9428a827876b31682f28917da19ab42
parentc3bd10b434e16d881a04dfb5c67c5a845aaff661
Fix a kernel linking problem introduced by r221032, r221040
when building kernels that don't have "options NFS_ROOT"
specified. I plan on moving the functions that use these
data structures into the shared code in sys/nfs/nfs_diskless.c
in a future commit. At that time, these definitions will no
longer be needed in nfs_vfsops.c and nfs_clvfsops.c.

MFC after: 2 weeks
sys/fs/nfsclient/nfs_clvfsops.c
sys/nfsclient/nfs_vfsops.c