commit | 586e46e2813c589d26258a599580421fb6fb576b | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Wed Nov 09 13:26:37 2011 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Nov 09 22:53:38 2011 +0200 |
tree | dfbdacfd14bec153909e13f8ab23480e292e41f6 | |
parent | 4d34b2789538befa45a68a191dc12e0886a69f7d [diff] |
Btrfs: close devices on all error paths in open_ctree() Fix a bug introduced by 7e662854 where we would leave devices busy on certain error paths in open_ctree(). fs_info is guaranteed to be non-NULL now so it's safe to dereference it on all error paths. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>