From: Kirill Tkhai Date: Tue, 6 Nov 2018 09:15:20 +0000 (+0300) Subject: fuse: Remove stale comment in end_requests() X-Git-Tag: v5.1-rc1~50^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=340617508d24d699c02a1e8a5ab3f53492f53386;p=thirdparty%2Flinux.git 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 --- diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 809c0f2f9942e..3feb071a04836 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)) {