mm: remove file argument from swap_readpage()
authorMinchan Kim <minchan.kim@gmail.com>
Tue, 16 Jun 2009 22:33:02 +0000 (15:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:44 +0000 (19:47 -0700)
commitaca8bf323edd31ad462dc98c107c23a5c6022ca2
tree1466785c7ab056d6a9e21bb61fbd36ce3c3df5cc
parent8192da6a8811ab6c3d29dc590a5f94a377c43739
mm: remove file argument from swap_readpage()

The file argument resulted from address_space's readpage long time ago.

We don't use it any more.  Let's remove unnecessary argement.

Signed-off-by: Minchan Kim <minchan.kim@gmail.com>
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Reviewed-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/swap.h
mm/page_io.c
mm/swap_state.c