Re: [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
From: Chaitanya Kulkarni
Date: Tue Dec 23 2025 - 00:35:52 EST
On 12/22/25 16:37, Christoph Hellwig wrote:
Perform the actual updates of the inode timestamp at the very end of
inode_update_timestamps after finishing all checks. This prepares for
adding non-blocking timestamp updates where we might bail out instead of
performing this updates if the update would block.
Signed-off-by: Christoph Hellwig<hch@xxxxxx>
Looks good.
Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>
-ck