mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 04:20:53 +07:00
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:
parent
c5de16cca2
commit
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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user