]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmscan: change comment generic_file_write to __generic_file_aio_write
authorVincent Li <macli@brc.ubc.ca>
Tue, 15 Dec 2009 01:58:49 +0000 (17:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:16 +0000 (08:53 -0800)
commit0573541dc9587a23e9a8e7b5c46aa80a6cc344f3
tree14092867e419d7c11e5e0202f9041247e0f4824d
parent6f50f92838cf98525c378d663b03c60abad9c941
mm/vmscan: change comment generic_file_write to __generic_file_aio_write

Commit b442d60116 ("Streamline generic_file_* interfaces and filemap
cleanups") removed generic_file_write() in filemap.  Change the comment in
vmscan pageout() to __generic_file_aio_write().

Signed-off-by: Vincent Li <macli@brc.ubc.ca>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c