From: Hugh Dickins Date: Tue, 8 Sep 2015 22:03:46 +0000 (-0700) Subject: mm, vmscan: unlock page while waiting on writeback X-Git-Tag: omap-for-v4.3/fixes-rc1~54^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fadc820222497eac234d1d51a66517c00a6ca4c;p=pandora-kernel.git mm, vmscan: unlock page while waiting on writeback This is merely a politeness: I've not found that shrink_page_list() leads to deadlock with the page it holds locked across wait_on_page_writeback(); but nevertheless, why hold others off by keeping the page locked there? And while we're at it: remove the mistaken "not " from the commentary on this Case 3 (and a distracting blank line from Case 2, if I may). Signed-off-by: Hugh Dickins Acked-by: Michal Hocko Acked-by: Johannes Weiner Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed