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:
30292d2
)
policy: remove inline declaration, it's the compiler's decision
author
Kay Sievers
<kay@vrfy.org>
Mon, 23 Dec 2013 22:35:36 +0000
(23:35 +0100)
committer
Kay Sievers
<kay@vrfy.org>
Mon, 23 Dec 2013 22:35:36 +0000
(23:35 +0100)
policy.c
patch
|
blob
|
history
diff --git
a/policy.c
b/policy.c
index 551e618b35ae3799fcf2cdf03535ed80523286ae..31f1a163be38aabb0c271ce9509f83f2cb805fde 100644
(file)
--- a/
policy.c
+++ b/
policy.c
@@
-145,9
+145,8
@@
int kdbus_policy_db_new(struct kdbus_policy_db **db)
return 0;
}
-static inline u64
-kdbus_collect_entry_accesses(struct kdbus_policy_db_entry *db_entry,
- struct kdbus_conn *conn)
+static u64 kdbus_collect_entry_accesses(struct kdbus_policy_db_entry *db_entry,
+ struct kdbus_conn *conn)
{
struct kdbus_policy_db_entry_access *a;
u64 uid = from_kuid(current_user_ns(), current_uid());