Re: [PATCH v5 4/7] eventfs: Save ownership and mode

2023-11-01 Thread Steven Rostedt
On Thu, 2 Nov 2023 08:43:32 +0900 Masami Hiramatsu (Google) wrote: > On Tue, 31 Oct 2023 18:33:30 -0400 > Steven Rostedt wrote: > > > From: "Steven Rostedt (Google)" > > > > Now that inodes and dentries are created on the fly, they are also > > reclaimed on memory pressure. Since the

Re: [PATCH v5 4/7] eventfs: Save ownership and mode

2023-11-01 Thread Google
On Tue, 31 Oct 2023 18:33:30 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Now that inodes and dentries are created on the fly, they are also > reclaimed on memory pressure. Since the ownership and file mode are saved > in the inode, if they are freed, any changes to the

[PATCH v5 4/7] eventfs: Save ownership and mode

2023-10-31 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Now that inodes and dentries are created on the fly, they are also reclaimed on memory pressure. Since the ownership and file mode are saved in the inode, if they are freed, any changes to the ownership and mode will be lost. To counter this, if the user changes