projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86609d3
)
slab: fixup calculate_alignment() argument type
author
Alexey Dobriyan
<adobriyan@gmail.com>
Thu, 5 Apr 2018 23:20:18 +0000
(16:20 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 6 Apr 2018 04:36:23 +0000
(21:36 -0700)
Link:
http://lkml.kernel.org/r/20180305200730.15812-1-adobriyan@gmail.com
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slab_common.c
patch
|
blob
|
history
diff --git
a/mm/slab_common.c
b/mm/slab_common.c
index a1237d38a27e8ec9a2d9422777fcdfe1d8172b69..7626a64b8f14e1db4bd042e6f7080f39dfa262a5 100644
(file)
--- a/
mm/slab_common.c
+++ b/
mm/slab_common.c
@@
-280,7
+280,7
@@
static inline void memcg_unlink_cache(struct kmem_cache *s)
* Figure out what the alignment of the objects will be given a set of
* flags, a user specified alignment and the size of the objects.
*/
-static unsigned long calculate_alignment(
unsigned long
flags,
+static unsigned long calculate_alignment(
slab_flags_t
flags,
unsigned long align, unsigned long size)
{
/*