commit | b6919a58f09db5daaa29b0326d53513ee418b84b | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Mon Apr 29 13:39:40 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Mon May 06 15:55:27 2013 -0400 |
tree | eb32358d905d287f6c319c7a0d2ab8b4be654c21 | |
parent | 410748882ac703aa0550aa6c3c5656edd0462001 [diff] |
btrfs: fix misleading variable name for flags The variable was named 'data' in btrfs_reserve_extent and that's the only function that actually uses it to let btrfs_get_alloc_profile know what profile we want. Then it's passed down as u64 flags. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com>