projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5387353
)
namespace: remove debug print
author
Kay Sievers
<kay@vrfy.org>
Mon, 20 Jan 2014 03:18:31 +0000
(
04:18
+0100)
committer
Kay Sievers
<kay@vrfy.org>
Mon, 20 Jan 2014 03:18:31 +0000
(
04:18
+0100)
namespace.c
patch
|
blob
|
history
diff --git
a/namespace.c
b/namespace.c
index 66af3b6a87557d64ecf4b5c23a9c532f8043e793..1f84744f8a279bb639293904f8f1f1413d056511 100644
(file)
--- a/
namespace.c
+++ b/
namespace.c
@@
-425,7
+425,6
@@
struct kdbus_ns_user *kdbus_ns_user_ref(struct kdbus_ns *ns, kuid_t uid)
hash_add(ns->user_hash, &u->hentry, u->uid);
mutex_unlock(&ns->lock);
-printk("new user %u\n", u->uid);
return u;
}
@@
-441,7
+440,6
@@
static void __kdbus_ns_user_free(struct kref *kref)
hash_del(&user->hentry);
mutex_unlock(&user->ns->lock);
kdbus_ns_unref(user->ns);
-printk("user %u done\n", user->uid);
kfree(user);
}