Skip to content
Commit 3cc9b23c authored by Serge E. Hallyn's avatar Serge E. Hallyn Committed by Tejun Heo
Browse files

kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call



Our caller expects 0 on success, not >0.

This fixes a bug in the patch

	cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces

where /sys does not show up in mountinfo, breaking criu.

Thanks for catching this, Andrei.

Reported-by: default avatarAndrei Vagin <avagin@gmail.com>
Signed-off-by: default avatarSerge Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 4f41fc59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment