diff mbox series

fuse: Update stale comment in queue_interrupt()

Message ID 158289211567.437388.9236618474068379496.stgit@localhost.localdomain (mailing list archive)
State New, archived
Headers show
Series fuse: Update stale comment in queue_interrupt() | expand

Commit Message

Kirill Tkhai Feb. 28, 2020, 12:15 p.m. UTC
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(-)

Comments

Stefan Hajnoczi Feb. 28, 2020, 3:18 p.m. UTC | #1
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>
diff mbox series

Patch

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)) {