diff options
author | 2020-02-13 10:47:28 -0500 | |
---|---|---|
committer | 2020-02-19 00:36:35 +0100 | |
commit | 315bf8ef914f31d51d084af950703aa1e09a728c (patch) | |
tree | 4d592990138af7d7b60144f63b47563ae8c52f39 /lib/test_overflow.c | |
parent | btrfs: destroy qgroup extent records on transaction abort (diff) | |
download | wireguard-linux-315bf8ef914f31d51d084af950703aa1e09a728c.tar.xz wireguard-linux-315bf8ef914f31d51d084af950703aa1e09a728c.zip |
btrfs: reset fs_root to NULL on error in open_ctree
While running my error injection script I hit a panic when we tried to
clean up the fs_root when freeing the fs_root. This is because
fs_info->fs_root == PTR_ERR(-EIO), which isn't great. Fix this by
setting fs_info->fs_root = NULL; if we fail to read the root.
CC: stable@vger.kernel.org # 4.4+
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions