diff options
author | Josef Bacik <josef@toxicpanda.com> | 2019-08-22 22:11:01 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-09-09 15:59:18 +0300 |
commit | def936e53530321bc5454883fa5c7ffdaa635837 (patch) | |
tree | 5ddff315674d01ab556c6bc73a7e4f6da67ef0f9 /fs/btrfs/space-info.h | |
parent | 00c0135eb8b8172de48e1accbb09ebfa3aa8bf25 (diff) | |
download | linux-def936e53530321bc5454883fa5c7ffdaa635837.tar.xz |
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>
Diffstat (limited to 'fs/btrfs/space-info.h')
-rw-r--r-- | fs/btrfs/space-info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/space-info.h b/fs/btrfs/space-info.h index b844e50a6a49..dc6ee66ed600 100644 --- a/fs/btrfs/space-info.h +++ b/fs/btrfs/space-info.h @@ -70,7 +70,6 @@ struct btrfs_space_info { }; struct reserve_ticket { - u64 orig_bytes; u64 bytes; int error; struct list_head list; |