Re: [PATCH 1/3 v4] devpts: hoist out check for DEVPTS_SUPER_MAGIC

2018-03-12 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. Sigh. Scratch my review-by. > > Signed-off-by: Christian Brauner >

Re: [PATCH 1/3 v4] devpts: hoist out check for DEVPTS_SUPER_MAGIC

2018-03-12 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. > > Signed-off-by: Christian Brauner Reviewed-by: "Eric W. Biederman"

[PATCH 1/3 v4] devpts: hoist out check for DEVPTS_SUPER_MAGIC

2018-03-12 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 v3->v4: * patch unchanged ChangeLog v2->v3: * patch unch