[PATCH]eventfs: Apply the gid in the mounting parameters to all files

2023-12-20 Thread Dongliang Cui
I found that in the latest version, the nodes of tracefs have been changed to dynamically created. This has caused me to encounter a problem where the gid I specified in the mounting parameters cannot apply to all files, as in the following situation: /data/tmp/events # mount | grep tracefs tr

Re: [PATCH]eventfs: Apply the gid in the mounting parameters to all files

2023-12-20 Thread Steven Rostedt
On Wed, 20 Dec 2023 17:15:06 +0800 Dongliang Cui wrote: > I found that in the latest version, the nodes of > tracefs have been changed to dynamically created. > > This has caused me to encounter a problem where > the gid I specified in the mounting parameters > cannot apply to all files, as i