From b6919a58f09db5daaa29b0326d53513ee418b84b Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 29 Apr 2013 13:39:40 +0000 Subject: [PATCH] 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 Signed-off-by: Josef Bacik --- Reading git-format-patch failed