From: Geert Uytterhoeven Date: Tue, 20 Aug 2013 11:20:08 +0000 (+0200) Subject: Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constant X-Git-Tag: v3.12-rc1~40^2~33 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e71c47afee8178c0620323009b23813bfde7eac;p=pandora-kernel.git Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constant The internal btrfs device id is a u64, hence make the constant BTRFS_DEV_REPLACE_DEVID "unsigned long long" as well, so we no longer need a cast to print it. Signed-off-by: Geert Uytterhoeven Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed