]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: Make btrfs_header_fsid() return unsigned long
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 20 Aug 2013 11:20:14 +0000 (13:20 +0200)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:16:15 +0000 (08:16 -0400)
commit7293e78c7de5f6913b70c74931fbdd85c914a502
treeb204c6ad9f1c7c0a3dcab4508081acd5afd57963
parent35f49c7eab05b9daddbcc467128238d3f092b07f
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>
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/ioctl.c