commit | 9d286b0d8207a70d7e0ffbd5be864ff7a62de05a | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Tue Apr 25 15:38:05 2017 -0400 |
committer | Mike Marshall <hubcap@omnibond.com> | Wed Apr 26 14:33:00 2017 -0400 |
tree | 9b57c3faa769863e492560685ea7d9e180fca01c | |
parent | 53950ef541675df48c219a8d665111a0e68dfc2f [diff] |
orangefs: ensure the userspace component is unmounted if mount fails If the mount is aborted after userspace has been asked to mount, userspace must be told to unmount. Ordinarily orangefs_kill_sb does the unmount. However it cannot be called if the superblock has not been set up. This is a very narrow window. The NULL fs_id is not unmounted. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>