btrfs: fix misleading variable name for flags
authorDavid Sterba <dsterba@suse.cz>
Mon, 29 Apr 2013 13:39:40 +0000 (13:39 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 6 May 2013 19:55:27 +0000 (15:55 -0400)
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>

No differences found