Skip to content

Commit f4c6d22

Browse files
sjp38torvalds
authored andcommitted
mm/damon: remove a mistakenly added comment for a future feature
Due to a mistake in patches reordering, a comment for a future feature called 'arbitrary monitoring target support'[1], which is still under development, has added. Because it only introduces confusion and we don't have a plan to post the patches soon, this commit removes the mistakenly added part. [1] https://lore.kernel.org/linux-mm/[email protected]/ Link: https://lkml.kernel.org/r/[email protected] Fixes: 1f366e4 ("mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)") Signed-off-by: SeongJae Park <[email protected]> Cc: Jonathan Corbet <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 995d739 commit f4c6d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/damon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ struct damon_ctx;
281281
* as an integer in [0, &DAMOS_MAX_SCORE].
282282
* @apply_scheme is called from @kdamond when a region for user provided
283283
* DAMON-based operation scheme is found. It should apply the scheme's action
284-
* to the region. This is not used for &DAMON_ARBITRARY_TARGET case.
284+
* to the region.
285285
* @target_valid should check whether the target is still valid for the
286286
* monitoring.
287287
* @cleanup is called from @kdamond just before its termination.

0 commit comments

Comments
 (0)