linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fuse: Update stale comment in queue_interrupt()
@ 2020-02-28 12:15 Kirill Tkhai
  2020-02-28 15:18 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Kirill Tkhai @ 2020-02-28 12:15 UTC (permalink / raw)
  To: miklos, linux-fsdevel, stefanha, ktkhai

Fixes: 04ec5af0776e "fuse: export fuse_end_request()"
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
---
 fs/fuse/dev.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
index 97eec7522bf2..188318a1d82b 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -342,7 +342,7 @@ static int queue_interrupt(struct fuse_iqueue *fiq, struct fuse_req *req)
 		list_add_tail(&req->intr_entry, &fiq->interrupts);
 		/*
 		 * Pairs with smp_mb() implied by test_and_set_bit()
-		 * from request_end().
+		 * from fuse_request_end().
 		 */
 		smp_mb();
 		if (test_bit(FR_FINISHED, &req->flags)) {



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fuse: Update stale comment in queue_interrupt()
  2020-02-28 12:15 [PATCH] fuse: Update stale comment in queue_interrupt() Kirill Tkhai
@ 2020-02-28 15:18 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2020-02-28 15:18 UTC (permalink / raw)
  To: Kirill Tkhai; +Cc: miklos, linux-fsdevel

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

On Fri, Feb 28, 2020 at 03:15:24PM +0300, Kirill Tkhai wrote:
> Fixes: 04ec5af0776e "fuse: export fuse_end_request()"
> Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
> ---
>  fs/fuse/dev.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-28 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 12:15 [PATCH] fuse: Update stale comment in queue_interrupt() Kirill Tkhai
2020-02-28 15:18 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).