[PATCH v8 06/12] mm: slub: share slab_err and object_err functions

2014-11-27 Thread Andrey Ryabinin
Remove static and add function declarations to mm/slab.h so they could be used by kernel address sanitizer. Signed-off-by: Andrey Ryabinin --- include/linux/slub_def.h | 5 + mm/slub.c| 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git

[PATCH v8 06/12] mm: slub: share slab_err and object_err functions

2014-11-27 Thread Andrey Ryabinin
Remove static and add function declarations to mm/slab.h so they could be used by kernel address sanitizer. Signed-off-by: Andrey Ryabinin a.ryabi...@samsung.com --- include/linux/slub_def.h | 5 + mm/slub.c| 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff