kernfs: remove unneeded #if 0 guard
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Mar 2022 07:34:52 +0000 (08:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Mar 2022 08:47:04 +0000 (09:47 +0100)
commit7a19006b60b129ce2cbe787f4f910dc0ec5a1ec6
tree178f0acc8b40ca530355cb5a4726472993739d66
parent4a248f85b3dd8e010ff8335755c927130e9b0764
kernfs: remove unneeded #if 0 guard

Commit f2eb478f2f32 ("kernfs: move struct kernfs_root out of the public
view.") moved kernfs_root out of kernfs.h, but my debugging code of a
 #if 0 was left in accidentally.  Fix that up by removing the guards.

Fixes: f2eb478f2f32 ("kernfs: move struct kernfs_root out of the public view.")
Cc: Tejun Heo <tj@kernel.org>
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Link: https://lore.kernel.org/r/20220318073452.1486568-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/kernfs.h