Fix: global_dirty_limit for kernel v4.2 and up
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 23 Jan 2018 21:00:07 +0000 (16:00 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Jan 2018 22:06:40 +0000 (17:06 -0500)
commit88dda96aec71b2af5c1f2b7c14ecbe7c0ba0f882
treebdc0f41558d669bc07c42b757a664c128a2d0ada
parent92ffeac79340b97edea5f50b8c550da6df9ac634
Fix: global_dirty_limit for kernel v4.2 and up

global_dirty_limit was moved into wb_domain

See upstream commit :

  commit dcc25ae76eb7b8ff883eaaab57e30e8f2f085be3
  Author: Tejun Heo <tj@kernel.org>
  Date:   Fri May 22 18:23:22 2015 -0400

    writeback: move global_dirty_limit into wb_domain

    This patch is a part of the series to define wb_domain which
    represents a domain that wb's (bdi_writeback's) belong to and are
    measured against each other in.  This will enable IO backpressure
    propagation for cgroup writeback.

    global_dirty_limit exists to regulate the global dirty threshold which
    is a property of the wb_domain.  This patch moves hard_dirty_limit,
    dirty_lock, and update_time into wb_domain.

    This is pure reorganization and doesn't introduce any behavioral
    changes.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/writeback.h
This page took 0.025538 seconds and 4 git commands to generate.