Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constant
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 20 Aug 2013 11:20:08 +0000 (13:20 +0200)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:16:09 +0000 (08:16 -0400)
commit6e71c47afee8178c0620323009b23813bfde7eac
tree82421649e5f3482625ab7a45d993442124436c33
parentc1c9ff7c94e83fae89a742df74db51156869bad5
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 <geert@linux-m68k.org>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/ctree.h
fs/btrfs/dev-replace.c