]> www.infradead.org Git - users/hch/xfs.git/commit
mm/damon/core: fix ignored quota goals and filters of newly committed schemes
authorSeongJae Park <sj@kernel.org>
Sun, 22 Dec 2024 23:12:22 +0000 (15:12 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 31 Dec 2024 01:59:11 +0000 (17:59 -0800)
commit7d390b53067ef745e2d9bee5a9683df4c96b80a0
tree9b666b2eab14e3ebd8fd51a504a775388f375bf4
parent8debfc5b1aa569d3d2ac836af2553da037611c61
mm/damon/core: fix ignored quota goals and filters of newly committed schemes

damon_commit_schemes() ignores quota goals and filters of the newly
committed schemes.  This makes users confused about the behaviors.
Correctly handle those inputs.

Link: https://lkml.kernel.org/r/20241222231222.85060-3-sj@kernel.org
Fixes: 9cb3d0b9dfce ("mm/damon/core: implement DAMON context commit function")
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/core.c