diff options
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 1f3fd584e5f4..3c1da6f98a4d 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -3460,6 +3460,7 @@ static inline void free_fs_info(struct btrfs_fs_info *fs_info) | |||
3460 | kfree(fs_info->dev_root); | 3460 | kfree(fs_info->dev_root); |
3461 | kfree(fs_info->csum_root); | 3461 | kfree(fs_info->csum_root); |
3462 | kfree(fs_info->quota_root); | 3462 | kfree(fs_info->quota_root); |
3463 | kfree(fs_info->uuid_root); | ||
3463 | kfree(fs_info->super_copy); | 3464 | kfree(fs_info->super_copy); |
3464 | kfree(fs_info->super_for_commit); | 3465 | kfree(fs_info->super_for_commit); |
3465 | kfree(fs_info); | 3466 | kfree(fs_info); |