Re: [PATCH] rpdfs: Set the inode creation time

Zach Brown <[email protected]> Wed, 25 Mar 2026 14:37:14 -0700
Newsgroups dev.linux.lists.rpdfs-devel
Message-ID <[email protected]>
On Tue, Mar 17, 2026 at 07:26:30PM +0100, Valerie Aurora wrote:
> Setting inode creation time is slightly trickier than a/m/ctime
> because it's not tracked in the VFS inode. Add a field in the rpdfs
> private inode info to track it.
> 
> Signed-off-by: Valerie Aurora <[email protected]>

Applied, thanks!

This makes the rework of getattr for the new transaction scheme that
much nicer, too.  Cool.

- z