btrfs: remove orig_bytes from reserve_ticket

Now that we do not do partial filling of tickets simply remove
orig_bytes, it is no longer needed.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
Josef Bacik
2019-08-22 15:11:01 -04:00
committed by David Sterba
parent 00c0135eb8
commit def936e535
2 changed files with 0 additions and 9 deletions

View File

@@ -70,7 +70,6 @@ struct btrfs_space_info {
};
struct reserve_ticket {
u64 orig_bytes;
u64 bytes;
int error;
struct list_head list;