projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e67dfbd
)
kdbus: prefer unsigned to ulong for permanent memory
author
Konrad Lipinski
<konrad.l@samsung.com>
Mon, 23 Jan 2017 11:54:48 +0000
(12:54 +0100)
committer
Adrian Szyndela
<adrian.s@samsung.com>
Wed, 7 Aug 2019 15:21:35 +0000
(17:21 +0200)
ipc/kdbus/pool.h
patch
|
blob
|
history
diff --git
a/ipc/kdbus/pool.h
b/ipc/kdbus/pool.h
index afd38fa281e8406e3a032ebad5dfdc5d1fd9d83b..3754b22795b3fb538eb6460fc4d3b31318173662 100644
(file)
--- a/
ipc/kdbus/pool.h
+++ b/
ipc/kdbus/pool.h
@@
-45,8
+45,8
@@
extern struct kmem_cache *pool_slice_cachep;
*/
struct kdbus_pool {
struct file *f;
- u
long
size;
- u
long
accounted_size;
+ u
nsigned
size;
+ u
nsigned
accounted_size;
struct mutex lock;
struct list_head slices;
@@
-77,8
+77,8
@@
struct kdbus_pool {
* offset.
*/
struct kdbus_pool_slice {
- u
long
off;
- u
long
size;
+ u
nsigned
off;
+ u
nsigned
size;
struct list_head entry;
struct rb_node rb_node;