On Thu, Aug 24, 2017 at 11:40 AM, Eric W. Biederman <ebied...@xmission.com> wrote: > > Here is my tested version of the patch.
Can you please take my cleanups to devpts_ptmx_path() too? Those 'goto err' statements are disgusting, when a plain 'return -ERRNO' works cleaner. And that "struct file *filp = NULL;" is bogus - you added the NULL initialization because you mis-used "filp" early, and with that fixed it's just garbage. Other than that, it looks fine to me. Linus