Searched hist:b308bc2f05a86e728bd035e21a4974acd05f4d1e (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.c | diff b308bc2f05a86e728bd035e21a4974acd05f4d1e Tue Aug 20 06:20:15 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long
Internally, btrfs_header_chunk_tree_uuid() 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>
|
H A D | ioctl.c | diff b308bc2f05a86e728bd035e21a4974acd05f4d1e Tue Aug 20 06:20:15 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long
Internally, btrfs_header_chunk_tree_uuid() 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>
|
H A D | ctree.h | diff b308bc2f05a86e728bd035e21a4974acd05f4d1e Tue Aug 20 06:20:15 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long
Internally, btrfs_header_chunk_tree_uuid() 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>
|
H A D | disk-io.c | diff b308bc2f05a86e728bd035e21a4974acd05f4d1e Tue Aug 20 06:20:15 CDT 2013 Geert Uytterhoeven <geert@linux-m68k.org> Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long
Internally, btrfs_header_chunk_tree_uuid() 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>
|