mm/damon: move comments and fields for damos-quota-prioritization to the end
authorSeongJae Park <sj@kernel.org>
Mon, 19 Feb 2024 19:44:17 +0000 (11:44 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 24 Feb 2024 01:48:27 +0000 (17:48 -0800)
commit4d791a0a2ab47d70131909942009f12f61db20ab
treeca8046cd5befc92d2e69e7421792a329a5a0924b
parenta6068d6dfa2f53bdee9d48f32d9e39cdeb74b372
mm/damon: move comments and fields for damos-quota-prioritization to the end

The comments and definition of 'struct damos_quota' lists a few fields for
effective quota generation first, fields for regions prioritization under
the quota, and then remaining fields for effective quota generation.
Readers' should unnecesssarily switch their context in the middle.  List
all the fields for the effective quota first, and then fields for the
prioritization for making it easier to read.

Link: https://lkml.kernel.org/r/20240219194431.159606-7-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/damon.h