[PATCH v3 07/13] mm: slub: share slab_err and object_err functions

2014-09-24 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 | 4 mm/slub.c| 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git

[PATCH v3 07/13] mm: slub: share slab_err and object_err functions

2014-09-24 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 | 4 mm/slub.c| 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git