Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171043707
D24408.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
713 B
Referenced Files
None
Subscribers
None
D24408.id.diff
View Options
Index: head/sys/rpc/rpc_prot.c
===================================================================
--- head/sys/rpc/rpc_prot.c
+++ head/sys/rpc/rpc_prot.c
@@ -61,8 +61,6 @@
#include <rpc/clnt.h>
#include <rpc/rpc_msg.h>
-MALLOC_DEFINE(M_RPC, "rpc", "Remote Procedure Call");
-
#define assert(exp) KASSERT(exp, ("bad arguments"))
static enum clnt_stat accepted(enum accept_stat, struct rpc_err *);
Index: head/sys/xdr/xdr.c
===================================================================
--- head/sys/xdr/xdr.c
+++ head/sys/xdr/xdr.c
@@ -65,6 +65,8 @@
#define XDR_FALSE ((long) 0)
#define XDR_TRUE ((long) 1)
+MALLOC_DEFINE(M_RPC, "rpc", "Remote Procedure Call");
+
/*
* for unit alignment
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 9, 9:04 AM (2 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38576232
Default Alt Text
D24408.id.diff (713 B)
Attached To
Mode
D24408: ZFS should depend on XDR, not full RPC
Attached
Detach File
Event Timeline
Log In to Comment