summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHugh Dickins <hughd@google.com>2015-09-08 15:03:46 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-09-08 15:35:28 -0700
commit7fadc820222497eac234d1d51a66517c00a6ca4c (patch)
treea4e8a91b85b33fc9532c808dee54dda46f5f380c /tools/perf/scripts/python
parent26f5d7609f03ad8d6dc552458e4e371a62416b37 (diff)
downloadkernel-7fadc820222497eac234d1d51a66517c00a6ca4c.tar.gz
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 <hughd@google.com> Acked-by: Michal Hocko <mhocko@suse.com> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Cc: Mel Gorman <mgorman@techsingularity.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
s Apalodimas 2018-07-05net: socionext: remove redundant pointer ndevColin Ian King 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-05-28net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel 2018-04-16net: socionext: reset hardware in ndo_stopMasahisa KOJIMA 2018-04-16net: netsec: enable tx-irq during open callbackJassi Brar 2018-01-14net: netsec: use dma_addr_t for storing dma addressArnd Bergmann 2018-01-11net: socionext: Fix error return code in netsec_netdev_open()Wei Yongjun 2018-01-11net: socionext: include linux/io.h to fix buildArnd Bergmann 2018-01-10net: socionext: Add Synquacer NetSec driverJassi Brar