commit | a9f184f02aa49d46c4c35311d93cbcd1c61149df | [log] [tgz] |
---|---|---|
author | Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> | Wed Jan 28 16:57:12 2009 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 27 14:43:59 2009 -0400 |
tree | 0a2f44b6be19fa876c7b423a1d1f02059952f926 | |
parent | af5df56688acfb75c1b15b4e000ec5e82a9cdc29 [diff] |
devpts: Must release s_umount on error We should drop the ->s_umount mutex if an error occurs after the sget()/grab_super() call. This was introduced when adding support for multiple instances of devpts and noticed during a code review/reorg. Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>