commit | fba6aa75654394fccf2530041e9451414c28084f | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Aug 20 13:20:14 2013 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Sep 01 08:16:15 2013 -0400 |
tree | b204c6ad9f1c7c0a3dcab4508081acd5afd57963 | |
parent | 231e88f41027d90e9516d257d8085069b65686dd [diff] |
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 <geert@linux-m68k.org> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>