From: David Sterba Date: Mon, 29 Apr 2013 13:39:40 +0000 (+0000) Subject: btrfs: fix misleading variable name for flags X-Git-Tag: v3.10-rc1~31^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6919a58f09db5daaa29b0326d53513ee418b84b;p=pandora-kernel.git 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-diff-tree failed