On Tue, Apr 11, 2023 at 12:14:44PM +0800, Kefeng Wang wrote:
/proc/sys/fs/overflowuid and overflowgid will be lost without
building this file, kindly ping, any comments, thanks.
On 2023/3/31 16:45, Kefeng Wang wrote:
'obj-$(CONFIG_SYSCTL) += sysctls.o' must be moved after "obj-y :=",
or it won't be built as it is overwrited.
Given the description in
ab171b952c6e ("fs: move namespace sysctls and declare fs base directory")
you probably want to move this earlier.