sysctl: minor cleanup in new_dir()
authorVasily Averin <vvs@openvz.org>
Sun, 24 Apr 2022 18:28:54 +0000 (21:28 +0300)
committerLuis Chamberlain <mcgrof@kernel.org>
Mon, 25 Apr 2022 20:00:40 +0000 (13:00 -0700)
commitacd0b04ecc795e97b7878dccc5cb4d3d627a4c27
treea884915b223c86840cc6f33b774f069b2a600940
parent8fd7c2144d1292f15c901211750dee021ed5079a
sysctl: minor cleanup in new_dir()

Byte zeroing is not required here, since memory was allocated by kzalloc()

Signed-off-by: Vasily Averin <vvs@openvz.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
fs/proc/proc_sysctl.c