Re: [PATCH 17/17] fs: simplify invalidate_inodes
From: Christian Brauner <brauner@kernel.org>
Date: 2023-08-11 12:49:06
Also in:
linux-btrfs, linux-fsdevel, linux-s390
From: Christian Brauner <brauner@kernel.org>
Date: 2023-08-11 12:49:06
Also in:
linux-btrfs, linux-fsdevel, linux-s390
On Fri, Aug 11, 2023 at 12:08:28PM +0200, Christoph Hellwig wrote:
kill_dirty has always been true for a long time, so hard code it and remove the unused return value. Signed-off-by: Christoph Hellwig <hch@lst.de> ---
Looks good to me, Reviewed-by: Christian Brauner <brauner@kernel.org>