diff options
author | Miklos Szeredi <[email protected]> | 2024-05-29 17:09:07 +0200 |
---|---|---|
committer | Miklos Szeredi <[email protected]> | 2024-08-29 11:43:12 +0200 |
commit | 5de8acb41c86f1d335d165e0a350441ea3a1f480 (patch) | |
tree | 20bd6ded5159d70c9f6b34f110122caffc25d884 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 3ab394b363c5fd14b231e335fb6746ddfb93aaaa (diff) |
fuse: cleanup request queuing towards virtiofs
Virtiofs has its own queuing mechanism, but still requests are first queued
on fiq->pending to be immediately dequeued and queued onto the virtio
queue.
The queuing on fiq->pending is unnecessary and might even have some
performance impact due to being a contention point.
Forget requests are handled similarly.
Move the queuing of requests and forgets into the fiq->ops->*.
fuse_iqueue_ops are renamed to reflect the new semantics.
Reviewed-by: Stefan Hajnoczi <[email protected]>
Fixed-by: Jingbo Xu <[email protected]>
Reviewed-by: Jingbo Xu <[email protected]>
Tested-by: Peter-Jan Gootzen <[email protected]>
Reviewed-by: Peter-Jan Gootzen <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions