Re: [PATCH] fs/ceph/file: fix memory leaks in __ceph_sync_read()

From: Max Kellermann
Date: Thu Dec 05 2024 - 10:42:51 EST


On Thu, Dec 5, 2024 at 4:37 PM Max Kellermann <max.kellermann@xxxxxxxxx> wrote:
> btw. Alex's patch
> (https://github.com/ceph/ceph-client/commit/2a802a906f9c89f8ae4)
> introduces another memory leak

Sorry, that was wrong. The "break" only exits the inner "while" loop.
I got confused by nested loops.