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