Re: [PATCH 15/17] binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c

2019-06-14 Thread Sergei Shtylyov
Hello! On 13.06.2019 10:09, Christoph Hellwig wrote: MAX_SHARED_LIBS is an implementation detail of the kernel loader, and should be kept away from the file format definition. Signed-off-by: Christoph Hellwig --- fs/binfmt_flat.c | 6 ++ include/linux/flat.h | 6 -- 2 files

[PATCH 15/17] binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c

2019-06-13 Thread Christoph Hellwig
MAX_SHARED_LIBS is an implementation detail of the kernel loader, and should be kept away from the file format definition. Signed-off-by: Christoph Hellwig --- fs/binfmt_flat.c | 6 ++ include/linux/flat.h | 6 -- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git