devpts: simplify devpts_fill_super()

When devpts_fill_super() fails deactivate_locked_super() will cleanup
for us so there's no need to do that work in devpts_fill_super() itself.
This allows us to simplify that function quite a bit.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
1 file changed