We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cea33 commit 6c53da5Copy full SHA for 6c53da5
net/sunrpc/svc_xprt.c
@@ -86,8 +86,6 @@ int svc_reg_xprt_class(struct svc_xprt_class *xcl)
86
struct svc_xprt_class *cl;
87
int res = -EEXIST;
88
89
- dprintk("svc: Adding svc transport class '%s'\n", xcl->xcl_name);
90
-
91
INIT_LIST_HEAD(&xcl->xcl_list);
92
spin_lock(&svc_xprt_class_lock);
93
/* Make sure there isn't already a class with the same name */
@@ -110,7 +108,6 @@ EXPORT_SYMBOL_GPL(svc_reg_xprt_class);
110
108
*/
111
109
void svc_unreg_xprt_class(struct svc_xprt_class *xcl)
112
{
113
- dprintk("svc: Removing svc transport class '%s'\n", xcl->xcl_name);
114
115
list_del_init(&xcl->xcl_list);
116
spin_unlock(&svc_xprt_class_lock);
0 commit comments