Re: [PATCH v8 10/10] ref_tracker: eliminate the ref_tracker_dir name field

2025-05-09 Thread Jakub Kicinski
On Fri, 09 May 2025 09:36:57 -0400 Jeff Layton wrote: > On Wed, 2025-05-07 at 20:01 -0700, Jakub Kicinski wrote: > > On Wed, 07 May 2025 09:06:35 -0400 Jeff Layton wrote: > > > + * @quarantime_count: max number of entries to be tracked > > > > quarantime > > ^ > > :( > > Sorry, I th

Re: [PATCH v8 10/10] ref_tracker: eliminate the ref_tracker_dir name field

2025-05-09 Thread Jeff Layton
On Wed, 2025-05-07 at 20:01 -0700, Jakub Kicinski wrote: > On Wed, 07 May 2025 09:06:35 -0400 Jeff Layton wrote: > > + * @quarantime_count: max number of entries to be tracked > > quarantime > ^ > :( Sorry, I thought I had fixed that. Do you need me to resend? The pile with that fixed is

Re: [PATCH v8 10/10] ref_tracker: eliminate the ref_tracker_dir name field

2025-05-07 Thread Jakub Kicinski
On Wed, 07 May 2025 09:06:35 -0400 Jeff Layton wrote: > + * @quarantime_count: max number of entries to be tracked quarantime ^ :( -- pw-bot: cr

[PATCH v8 10/10] ref_tracker: eliminate the ref_tracker_dir name field

2025-05-07 Thread Jeff Layton
Now that we have dentries and the ability to create meaningful symlinks to them, don't keep a name string in each tracker. Switch the output format to print "class@address", and drop the name field. Also, add a kerneldoc header for ref_tracker_dir_init(). Signed-off-by: Jeff Layton --- drivers/