Re: [PATCH 05/11] fs: return I_DIRTY_* and allow error returns from 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: > 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<[email protected]> Looks good. Reviewed-by: Chaitanya Kulkarni <[email protected]> -ck