Page MenuHomeFreeBSD

D56777.id177106.diff
No OneTemporary

D56777.id177106.diff

diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -62,6 +62,9 @@
#include <rpc/types.h>
#include <rpc/auth.h>
+/* Publicly exported FS */
+struct nfs_public nfs_pub;
+
static MALLOC_DEFINE(M_NETADDR, "export_host", "Export host address structure");
#if defined(INET) || defined(INET6)
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -237,9 +237,6 @@
*/
static struct mtx __exclusive_cache_line vnode_list_mtx;
-/* Publicly exported FS */
-struct nfs_public nfs_pub;
-
static uma_zone_t buf_trie_zone;
static smr_t buf_trie_smr;

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 7:30 AM (7 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36921738
Default Alt Text
D56777.id177106.diff (676 B)

Event Timeline