commit | 165c8b022c492f7eb33f7c936ac063a6fd4e90a3 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Nov 08 02:12:57 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:14 2018 +0100 |
tree | b65ff297f85567fda0f996e412d7cdb5c800c973 | |
parent | 1ca4bb63f6bcc0b4fa3cc6d5aea0a503186a3e20 [diff] |
btrfs: use narrower type for btrfs_transaction::num_dirty_bgs The u64 is an overkill here, we could not possibly create that many blockgroups in one transaction. Signed-off-by: David Sterba <dsterba@suse.com>