diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 809c0f2f9942..3feb071a0483 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -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)) {