On Fri, Aug 23, 2019 at 10:44:21AM -0700, Zubin Mithra wrote:
@@ -2149,7 +2155,6 @@ out_free:
if (ret) return ERR_PTR(ret);
Where did this come from?
dentry = kernfs_mount(fs_type, flags, root->kf_root, CGROUP_SUPER_MAGIC, &new_sb); if (IS_ERR(dentry) || !new_sb)
-- Thanks, Sasha