[PATCH 05/11] fs: return I_DIRTY_* and allow error returns from inode_update_timestamps

Chaitanya Kulkarni ckulkarnilinux at gmail.com
Mon Dec 22 21:36:08 PST 2025


On 12/22/25 16:37, Christoph Hellwig wrote:
> Change the inode_update_timestamps calling convention, so that instead
> of returning the updated flags that are only needed to calculate the
> I_DIRTY_* flags, return the I_DIRTY_* flags diretly in an argument, and
> reserve the return value to return an error code, which will be needed to
> support non-blocking timestamp updates.
>
> Signed-off-by: Christoph Hellwig<hch at lst.de>

Looks good.

Reviewed-by: Chaitanya Kulkarni <kch at nvidia.com>

-ck





More information about the linux-mtd mailing list