diff options
author | SeongJae Park <sj@kernel.org> | 2024-02-19 11:44:17 -0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-02-23 17:48:27 -0800 |
commit | 4d791a0a2ab47d70131909942009f12f61db20ab (patch) | |
tree | ca8046cd5befc92d2e69e7421792a329a5a0924b /mm/damon/core.c | |
parent | a6068d6dfa2f53bdee9d48f32d9e39cdeb74b372 (diff) |
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>
Diffstat (limited to 'mm/damon/core.c')
0 files changed, 0 insertions, 0 deletions