btrfs-progs: Make btrfs_header_fsid() return unsigned long
authorRoss Kirk <ross.kirk@gmail.com>
Tue, 1 Oct 2013 09:59:22 +0000 (11:59 +0200)
committerChris Mason <chris.mason@fusionio.com>
Wed, 16 Oct 2013 12:23:11 +0000 (08:23 -0400)
commit33ce9a82b89486efc85c938caac968f5ee0408e1
tree522b49dedb9d8638079fce98ac9fbd7739dbf31c
parent120e27d76fb5748db1160baf1efe0ceef59452f0
btrfs-progs: 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.

Committed to btrfs as fba6aa75654394fccf2530041e9451414c28084f

Fix line length issues and match changes to kernelspace

Signed-off-by: Ross Kirk <ross.kirk@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
chunk-recover.c
cmds-check.c
cmds-chunk.c
ctree.c
ctree.h
disk-io.c
print-tree.c
utils.c