summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2018-10-24 13:52:28 -0600
committerJens Axboe <axboe@kernel.dk>2018-11-07 13:42:32 -0700
commit92bc5a24844ada9b010f03c49a493e3edeadaa54 (patch)
treec2f56eefa07ff2a233e3be817feaa3f7b959a23e /tools/perf/scripts/python/bin
parentf9cd4bfe96955e7a1d3ec54b393dee87b815ba3b (diff)
downloadkernel-92bc5a24844ada9b010f03c49a493e3edeadaa54.tar.gz
block: remove __blk_put_request()
Now there's no difference between blk_put_request() and __blk_put_request() anymore, get rid of the underscore version and convert the few callers. Reviewed-by: Hannes Reinecke <hare@suse.com> Tested-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
nel/commit/drivers/vfio/pci/mlx5/cmd.c?id=9114100d10b3e970857afd0bc2f296e147fc9392'>vfio/mlx5: Rename some stuff to match chunk modeYishai Hadas 2023-09-28vfio/mlx5: Enable querying state size which is > 4GBYishai Hadas 2023-09-28vfio/mlx5: Refactor the SAVE callback to activate a work only upon an errorYishai Hadas 2023-08-30Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds 2023-08-16vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley 2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla 2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla