Re: [PATCH] mm: filemap: provide dummy filemap_page_mkwrite() for NOMMU

2018-04-09 Thread Jan Kara
On Mon 09-04-18 12:55:42, Arnd Bergmann wrote: > Building orangefs on MMU-less machines now results in a link error because > of the newly introduced use of the filemap_page_mkwrite() function: > > ERROR: "filemap_page_mkwrite" [fs/orangefs/orangefs.ko] undefined! > > This adds a dummy version

Re: [PATCH] mm: filemap: provide dummy filemap_page_mkwrite() for NOMMU

2018-04-09 Thread Jan Kara
On Mon 09-04-18 12:55:42, Arnd Bergmann wrote: > Building orangefs on MMU-less machines now results in a link error because > of the newly introduced use of the filemap_page_mkwrite() function: > > ERROR: "filemap_page_mkwrite" [fs/orangefs/orangefs.ko] undefined! > > This adds a dummy version

[PATCH] mm: filemap: provide dummy filemap_page_mkwrite() for NOMMU

2018-04-09 Thread Arnd Bergmann
Building orangefs on MMU-less machines now results in a link error because of the newly introduced use of the filemap_page_mkwrite() function: ERROR: "filemap_page_mkwrite" [fs/orangefs/orangefs.ko] undefined! This adds a dummy version for it, similar to the existing generic_file_mmap and

[PATCH] mm: filemap: provide dummy filemap_page_mkwrite() for NOMMU

2018-04-09 Thread Arnd Bergmann
Building orangefs on MMU-less machines now results in a link error because of the newly introduced use of the filemap_page_mkwrite() function: ERROR: "filemap_page_mkwrite" [fs/orangefs/orangefs.ko] undefined! This adds a dummy version for it, similar to the existing generic_file_mmap and