commit | 658f9ae761b5965893727dd4edcdad56e5a439bb | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@gmail.com> | Fri Nov 05 13:48:27 2021 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Nov 06 13:30:46 2021 -0700 |
tree | 7c4e4e8cb93b9ee98e04696d3ba219b5698bfdf3 | |
parent | 0107865541961ee128149c9873996d32143a74d0 [diff] |
mm/damon: remove return value from before_terminate callback Since the return value of 'before_terminate' callback is never used, we make it have no return value. Link: https://lkml.kernel.org/r/20211029005023.8895-1-changbin.du@gmail.com Signed-off-by: Changbin Du <changbin.du@gmail.com> Reviewed-by: SeongJae Park <sj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>