Commit 34061750 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by Miklos Szeredi

fuse: Remove stale comment in end_requests()

Function end_requests() does not take fc->lock.
Signed-off-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent c5de16cc
...@@ -2109,11 +2109,7 @@ static __poll_t fuse_dev_poll(struct file *file, poll_table *wait) ...@@ -2109,11 +2109,7 @@ static __poll_t fuse_dev_poll(struct file *file, poll_table *wait)
return mask; return mask;
} }
/* /* Abort all requests on the given list (pending or processing) */
* Abort all requests on the given list (pending or processing)
*
* This function releases and reacquires fc->lock
*/
static void end_requests(struct fuse_conn *fc, struct list_head *head) static void end_requests(struct fuse_conn *fc, struct list_head *head)
{ {
while (!list_empty(head)) { while (!list_empty(head)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment