From: Geert Uytterhoeven Date: Tue, 20 Aug 2013 11:20:13 +0000 (+0200) Subject: Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned long X-Git-Tag: v3.12-rc1~40^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231e88f41027d90e9516d257d8085069b65686dd;p=pandora-kernel.git Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned long Internally, btrfs_dev_extent_chunk_tree_uuid() calculates an unsigned long, but casts it to a pointer, while all callers cast it to unsigned long again. Signed-off-by: Geert Uytterhoeven Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed