]> git.neil.brown.name Git - history.git/commit
[PATCH] remove swap_get_block()
authorAndrew Morton <akpm@zip.com.au>
Thu, 4 Jul 2002 15:30:39 +0000 (08:30 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 4 Jul 2002 15:30:39 +0000 (08:30 -0700)
commitb6a7f08851712698bc9e545134a839a7f5683c2c
tree7fd6355e28818694c51082e1861a80b09b90e249
parentf0e10c64f3e96dfa55db63407cf0add02fb94bf5
[PATCH] remove swap_get_block()

Patch from Christoph Hellwig removes swap_get_block().

I was sort-of hanging onto this function because it is a standard
get_block function, and maybe perhaps it could be used to make swap use
the regular filesystem I/O functions.  We don't want to do that, so
kill it.
mm/page_io.c