[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/15] fuse: Introduce fuse_{inc,dec}_in_flight()
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 09/15] fuse: Introduce fuse_{inc,dec}_in_flight() |
Date: |
Thu, 27 Mar 2025 11:13:29 -0400 |
On Tue, Mar 25, 2025 at 05:06:49PM +0100, Hanna Czenczek wrote:
> This is how vduse-blk.c does it, and it does seem better to have
> dedicated functions for it.
>
> Signed-off-by: Hanna Czenczek <hreitz@redhat.com>
> ---
> block/export/fuse.c | 29 +++++++++++++++++++++--------
> 1 file changed, 21 insertions(+), 8 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH 02/15] fuse: Ensure init clean-up even with error_fatal, (continued)
- [PATCH 03/15] fuse: Remove superfluous empty line, Hanna Czenczek, 2025/03/25
- [PATCH 04/15] fuse: Explicitly set inode ID to 1, Hanna Czenczek, 2025/03/25
- [PATCH 05/15] fuse: Change setup_... to mount_fuse_export(), Hanna Czenczek, 2025/03/25
- [PATCH 06/15] fuse: Fix mount options, Hanna Czenczek, 2025/03/25
- [PATCH 09/15] fuse: Introduce fuse_{inc,dec}_in_flight(), Hanna Czenczek, 2025/03/25
- Re: [PATCH 09/15] fuse: Introduce fuse_{inc,dec}_in_flight(),
Stefan Hajnoczi <=
- [PATCH 14/15] fuse: Implement multi-threading, Hanna Czenczek, 2025/03/25
- Re: [PATCH 14/15] fuse: Implement multi-threading, Markus Armbruster, 2025/03/26
- Re: [PATCH 14/15] fuse: Implement multi-threading, Hanna Czenczek, 2025/03/26
- Re: [PATCH 14/15] fuse: Implement multi-threading, Markus Armbruster, 2025/03/26
- Re: [PATCH 14/15] fuse: Implement multi-threading, Hanna Czenczek, 2025/03/26
- Re: [PATCH 14/15] fuse: Implement multi-threading, Markus Armbruster, 2025/03/27
- Re: [PATCH 14/15] fuse: Implement multi-threading, Hanna Czenczek, 2025/03/27
Re: [PATCH 14/15] fuse: Implement multi-threading, Stefan Hajnoczi, 2025/03/27
[PATCH 10/15] fuse: Add halted flag, Hanna Czenczek, 2025/03/25