diff options
author | Christian Brauner <brauner@kernel.org> | 2023-11-30 15:49:09 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-12-12 16:24:13 +0300 |
commit | 372a34e66fb7f95124fadae9c600b231c35696a7 (patch) | |
tree | 5edc7444222b13d09d807f9bad860534c1a1b6e5 /tools/perf/scripts/python | |
parent | 24fa3ae9467f49dd9698fd884f2c6b13cc8ea12d (diff) | |
download | linux-372a34e66fb7f95124fadae9c600b231c35696a7.tar.xz |
fs: replace f_rcuhead with f_task_work
The naming is actively misleading since we switched to
SLAB_TYPESAFE_BY_RCU. rcu_head is #define callback_head. Use
callback_head directly and rename f_rcuhead to f_task_work.
Add comments in there to explain what it's used for.
Link: https://lore.kernel.org/r/20231130-vfs-files-fixes-v1-3-e73ca6f4ea83@kernel.org
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions