Re: [PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-07-16 Thread Kirill A. Shutemov
Matthew Wilcox wrote: > On Mon, Jul 15, 2013 at 01:47:47PM +0300, Kirill A. Shutemov wrote: > > From: "Kirill A. Shutemov" > > > > There's only one caller of do_generic_file_read() and the only actor is > > file_read_actor(). No reason to have a callback parameter. > > > > Signed-off-by: Kirill

Re: [PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-07-16 Thread Matthew Wilcox
On Mon, Jul 15, 2013 at 01:47:47PM +0300, Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > There's only one caller of do_generic_file_read() and the only actor is > file_read_actor(). No reason to have a callback parameter. > > Signed-off-by: Kirill A. Shutemov > Acked-by: Dave

Re: [PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-07-16 Thread Matthew Wilcox
On Mon, Jul 15, 2013 at 01:47:47PM +0300, Kirill A. Shutemov wrote: From: Kirill A. Shutemov kirill.shute...@linux.intel.com There's only one caller of do_generic_file_read() and the only actor is file_read_actor(). No reason to have a callback parameter. Signed-off-by: Kirill A. Shutemov

Re: [PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-07-16 Thread Kirill A. Shutemov
Matthew Wilcox wrote: On Mon, Jul 15, 2013 at 01:47:47PM +0300, Kirill A. Shutemov wrote: From: Kirill A. Shutemov kirill.shute...@linux.intel.com There's only one caller of do_generic_file_read() and the only actor is file_read_actor(). No reason to have a callback parameter.

[PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-07-15 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" There's only one caller of do_generic_file_read() and the only actor is file_read_actor(). No reason to have a callback parameter. Signed-off-by: Kirill A. Shutemov Acked-by: Dave Hansen --- mm/filemap.c | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-07-15 Thread Kirill A. Shutemov
From: Kirill A. Shutemov kirill.shute...@linux.intel.com There's only one caller of do_generic_file_read() and the only actor is file_read_actor(). No reason to have a callback parameter. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Acked-by: Dave Hansen

[PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-06-11 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" There's only one caller of do_generic_file_read() and the only actor is file_read_actor(). No reason to have a callback parameter. Signed-off-by: Kirill A. Shutemov Acked-by: Dave Hansen --- mm/filemap.c | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH 1/8] mm: drop actor argument of do_generic_file_read()

2013-06-11 Thread Kirill A. Shutemov
From: Kirill A. Shutemov kirill.shute...@linux.intel.com There's only one caller of do_generic_file_read() and the only actor is file_read_actor(). No reason to have a callback parameter. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Acked-by: Dave Hansen