From: Geert Uytterhoeven Date: Tue, 20 Aug 2013 11:20:15 +0000 (+0200) Subject: Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long X-Git-Tag: v3.12-rc1~40^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b308bc2f05a86e728bd035e21a4974acd05f4d1e;p=pandora-kernel.git Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long Internally, btrfs_header_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