[PATCH 11/11] xfs: enable non-blocking timestamp updates
Chaitanya Kulkarni
ckulkarnilinux at gmail.com
Mon Dec 22 21:39:05 PST 2025
On 12/22/25 16:37, Christoph Hellwig wrote:
> The lazytime path using the generic helpers can never block in XFS
> because there is no ->dirty_inode method that could block. Allow
> non-blocking timestamp updates for this case by replacing
> generic_update_time with the open coded version without the S_NOWAIT
> check.
>
> Fixes: 66fa3cedf16a ("fs: Add async write file modification handling.")
> Signed-off-by: Christoph Hellwig<hch at lst.de>
> Reviewed-by: Jeff Layton<jlayton at kernel.org>
Looks good.
Reviewed-by: Chaitanya Kulkarni <kch at nvidia.com>
-ck
More information about the linux-mtd
mailing list