Btrfs: quota tree support and startup
[linux-2.6-block.git] / fs / btrfs / ctree.h
index ccba9b684c965043883eb6d2c1561b9be8ecc930..2ba03b96fbe056090ba901b70be94f65def94700 100644 (file)
@@ -2967,6 +2967,7 @@ static inline void free_fs_info(struct btrfs_fs_info *fs_info)
        kfree(fs_info->chunk_root);
        kfree(fs_info->dev_root);
        kfree(fs_info->csum_root);
+       kfree(fs_info->quota_root);
        kfree(fs_info->super_copy);
        kfree(fs_info->super_for_commit);
        kfree(fs_info);