Re: [PATCH 1/4 v5] devpts: hoist out check for DEVPTS_SUPER_MAGIC

2018-03-13 Thread Eric W. Biederman
Christian Brauner writes: > Hoist the check whether we have already found a suitable devpts filesystem > out of devpts_ptmx_path() in preparation for the devpts bind-mount > resolution patch. This is a non-functional change. Reviewed-by: "Eric W. Biederman" > > Signed-off-by: Christian Brauner

[PATCH 1/4 v5] devpts: hoist out check for DEVPTS_SUPER_MAGIC

2018-03-13 Thread Christian Brauner
Hoist the check whether we have already found a suitable devpts filesystem out of devpts_ptmx_path() in preparation for the devpts bind-mount resolution patch. This is a non-functional change. Signed-off-by: Christian Brauner --- ChangeLog v4->v5: * dput() dentry ChangeLog v3->v4: * patch unchang