commit | 3042460136bee7bf48860f16a391e6d75f2d0d5c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Nov 27 19:27:11 2015 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Dec 03 15:02:21 2015 +0100 |
tree | 79d2442a767bb9a8aaa86b14c236a76ee6ee22bc | |
parent | 651d494a678e48712f784e8f26450c34b5c61015 [diff] |
btrfs: remove wait from struct btrfs_delalloc_work The value is 0 and never changes, we can propagate the value, remove wait and the implied dead code. Signed-off-by: David Sterba <dsterba@suse.com>