From 340617508d24d699c02a1e8a5ab3f53492f53386 Mon Sep 17 00:00:00 2001 From: Kirill Tkhai Date: Tue, 6 Nov 2018 12:15:20 +0300 Subject: fuse: Remove stale comment in end_requests() Function end_requests() does not take fc->lock. Signed-off-by: Kirill Tkhai Signed-off-by: Miklos Szeredi --- fs/fuse/dev.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fs/fuse') 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)) { -- cgit