
< 	struct btrfs_fs_info *fs_info = eb->fs_info;
---
> 	struct btrfs_fs_info *fs_info = eb ? eb->fs_info : NULL;
> 	if (!fs_info)
> 		return;
