Re: [PATCH 5/6] mm: export shmem_zero_setup for modules

2015-08-10 Thread Christoph Hellwig
On Mon, Aug 10, 2015 at 09:24:20AM +0300, Mike Rapoport wrote: > to allow building Android ASHMEM as module NAK. This is not functionality that should be used by a module to start, and even if it was exporting functionality is only acceptable for proper mainline modules, not code in the staging

[PATCH 5/6] mm: export shmem_zero_setup for modules

2015-08-10 Thread Mike Rapoport
to allow building Android ASHMEM as module Signed-off-by: Mike Rapoport --- mm/shmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/shmem.c b/mm/shmem.c index 4caf8ed..80b4098 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -3411,6 +3411,7 @@ int shmem_zero_setup(struct vm_area_struct

Re: [PATCH 5/6] mm: export shmem_zero_setup for modules

2015-08-10 Thread Christoph Hellwig
On Mon, Aug 10, 2015 at 09:24:20AM +0300, Mike Rapoport wrote: to allow building Android ASHMEM as module NAK. This is not functionality that should be used by a module to start, and even if it was exporting functionality is only acceptable for proper mainline modules, not code in the staging

[PATCH 5/6] mm: export shmem_zero_setup for modules

2015-08-10 Thread Mike Rapoport
to allow building Android ASHMEM as module Signed-off-by: Mike Rapoport mike.rapop...@gmail.com --- mm/shmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/shmem.c b/mm/shmem.c index 4caf8ed..80b4098 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -3411,6 +3411,7 @@ int