Re: [PATCH net-next] neighbour: Rename procfs entry
From: Jakub Kicinski
Date: Mon Aug 02 2021 - 12:30:54 EST
On Mon, 2 Aug 2021 11:57:45 +0800 Yajun Deng wrote:
> Use gc_thresh_{min, default, max} instead of gc_thresh{1, 2, 3}.
> This is more friendly for user.
We can't rename files in procfs after they had been present
in an official kernel release. They are uABI. Same goes for
your default -> current rename patch.
You also forgot to update documentation.