Re: [PATCH 04/11] fs: delay the actual timestamp updates in inode_update_timestamps
Chaitanya Kulkarni <[email protected]>
| Newsgroups | dev.linux.lists.gfs2,org.infradead.lists.linux-mtd,org.kernel.vger.io-uring,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-nfs,org.kernel.vger.linux-unionfs,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
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<[email protected]> Looks good. Reviewed-by: Chaitanya Kulkarni <[email protected]> -ck