]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: drop actor argument of do_generic_file_read()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 18 Jul 2013 23:56:43 +0000 (09:56 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 18 Jul 2013 23:56:43 +0000 (09:56 +1000)
commitb9e50b679fc4b9f89b909912c2cbb22f681f97a1
tree023cedf908d51b0e1f9ae46cc9e633a30bf5c05d
parentf33c0712430ef07d12f48c8160c6bf8712ada069
mm: drop actor argument of do_generic_file_read()

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.shutemov@linux.intel.com>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Cc: Matthew Wilcox <willy@linux.intel.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/filemap.c