]> Git Repo - linux.git/commit
Btrfs: Make btrfs_header_fsid() return unsigned long
authorGeert Uytterhoeven <[email protected]>
Tue, 20 Aug 2013 11:20:14 +0000 (13:20 +0200)
committerChris Mason <[email protected]>
Sun, 1 Sep 2013 12:16:15 +0000 (08:16 -0400)
commitfba6aa75654394fccf2530041e9451414c28084f
treeb204c6ad9f1c7c0a3dcab4508081acd5afd57963
parent231e88f41027d90e9516d257d8085069b65686dd
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 <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/ioctl.c
This page took 0.045197 seconds and 4 git commands to generate.