]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/filemap: Pass a sleep state to put_and_wait_on_page_locked
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 12 Oct 2020 15:12:45 +0000 (11:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 25 Nov 2020 02:02:14 +0000 (21:02 -0500)
commitc5ec34ab4c4042914b1fdc92c8668d4d7f98ad1b
tree6d7da7bf7462cad492a797190bfc182570f7c64e
parent1eef058a5c17616a1a9ef17aa41f6a7e6d3387c6
mm/filemap: Pass a sleep state to put_and_wait_on_page_locked

This is prep work for the next patch, but I think at least one of the
current callers would prefer a killable sleep to an uninterruptible one.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Kent Overstreet <kent.overstreet@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
include/linux/pagemap.h
mm/filemap.c
mm/huge_memory.c
mm/migrate.c