]> git.baikalelectronics.ru Git - kernel.git/commit
samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()
authorRong Tao <rongtao@cestc.cn>
Sun, 11 Sep 2022 13:03:30 +0000 (21:03 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 21 Sep 2022 00:25:59 +0000 (17:25 -0700)
commitfc59303a056a25f5f98ceff59ba03dd42f28cd89
treeb29b12d74e9efd8ad257137d0c0bafed2b6c1bd7
parent94afc38262fc1ad6e04255455dc2d1f919bd6def
samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()

Since commit 736f249466cd ("block: inline hot paths of blk_account_io_*()")
blk_account_io_*() become inline functions.

Signed-off-by: Rong Tao <rtoax@foxmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/tencent_1CC476835C219FACD84B6715F0D785517E07@qq.com
samples/bpf/task_fd_query_kern.c
samples/bpf/task_fd_query_user.c
samples/bpf/tracex3_kern.c