fuse: Remove stale comment in end_requests()
Function end_requests() does not take fc->lock. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
Родитель
c5de16cca2
Коммит
340617508d
|
@ -2109,11 +2109,7 @@ static __poll_t fuse_dev_poll(struct file *file, poll_table *wait)
|
|||
return mask;
|
||||
}
|
||||
|
||||
/*
|
||||
* Abort all requests on the given list (pending or processing)
|
||||
*
|
||||
* This function releases and reacquires fc->lock
|
||||
*/
|
||||
/* Abort all requests on the given list (pending or processing) */
|
||||
static void end_requests(struct fuse_conn *fc, struct list_head *head)
|
||||
{
|
||||
while (!list_empty(head)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче