Re: [PATCH 2/2] rpdfs: Set the inode creation time
Valerie Aurora <[email protected]> Thu, 12 Mar 2026 12:12:17 +0100
| Newsgroups | dev.linux.lists.rpdfs-devel |
|---|---|
| Message-ID | <CALGtELh6JQaxkneGeSvcH-3EckcmkNHxQosjCTjc71cQeaGA_Q@mail.gmail.com> |
On Thu, Mar 12, 2026 at 12:04=E2=80=AFPM Valerie Aurora <[email protected]> w= rote: > > > That's a good point. The other option I thought of is a > rpdfs_inode_txn_update_create() that takes a creation time arg and is > only used at inode creation. Actually, instead of a creation time, just add a flag saying to set the creation time to the atime. Then the regular non-create() version just calls the create version with the don't-set-creation-time flag. Valerie