projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9fb6f
)
fuse: Update stale comment in queue_interrupt()
author
Kirill Tkhai
<ktkhai@virtuozzo.com>
Fri, 28 Feb 2020 12:15:24 +0000
(15:15 +0300)
committer
Miklos Szeredi
<mszeredi@redhat.com>
Mon, 20 Apr 2020 15:01:34 +0000
(17:01 +0200)
Fixes: 04ec5af0776e "fuse: export fuse_end_request()"
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c
patch
|
blob
|
history
diff --git
a/fs/fuse/dev.c
b/fs/fuse/dev.c
index 5c155437a455d2ca2d925a17d00134ed8452213e..6bda7d498f1ae22cd69a8499ddc9de51abbce200 100644
(file)
--- 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)) {