Re: [PATCH 30/38] s390: drop pte_file()-related helpers

2014-12-30 Thread Martin Schwidefsky
On Mon, 29 Dec 2014 12:37:57 +0200 "Kirill A. Shutemov" wrote: > On Mon, Dec 29, 2014 at 11:07:27AM +0100, Martin Schwidefsky wrote: > > On Wed, 24 Dec 2014 14:22:38 +0200 > > "Kirill A. Shutemov" wrote: > > > > > We've replaced remap_file_pages(2) implementation with emulation. > > > Nobody cr

Re: [PATCH 30/38] s390: drop pte_file()-related helpers

2014-12-29 Thread Kirill A. Shutemov
On Mon, Dec 29, 2014 at 11:07:27AM +0100, Martin Schwidefsky wrote: > On Wed, 24 Dec 2014 14:22:38 +0200 > "Kirill A. Shutemov" wrote: > > > We've replaced remap_file_pages(2) implementation with emulation. > > Nobody creates non-linear mapping anymore. > > > > Signed-off-by: Kirill A. Shutemov

Re: [PATCH 30/38] s390: drop pte_file()-related helpers

2014-12-29 Thread Martin Schwidefsky
On Wed, 24 Dec 2014 14:22:38 +0200 "Kirill A. Shutemov" wrote: > We've replaced remap_file_pages(2) implementation with emulation. > Nobody creates non-linear mapping anymore. > > Signed-off-by: Kirill A. Shutemov > Cc: Martin Schwidefsky > Cc: Heiko Carstens > --- > @@ -279,7 +279,6 @@ stati

[PATCH 30/38] s390: drop pte_file()-related helpers

2014-12-24 Thread Kirill A. Shutemov
We've replaced remap_file_pages(2) implementation with emulation. Nobody creates non-linear mapping anymore. Signed-off-by: Kirill A. Shutemov Cc: Martin Schwidefsky Cc: Heiko Carstens --- arch/s390/include/asm/pgtable.h | 29 - 1 file changed, 4 insertions(+), 25 d