]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix __btrfs_map_block on 32 bit machines
authorChris Mason <chris.mason@oracle.com>
Mon, 28 Mar 2011 01:23:21 +0000 (21:23 -0400)
committerroot <Chris Mason chris.mason@oracle.com>
Mon, 28 Mar 2011 09:37:59 +0000 (05:37 -0400)
commitcc23da3982ac7ff605554b3f7449010f17a0fabe
tree5a861897ca626d7bfa95ffc82a8448da2987533d
parentfddcb8e46c8f789210865d23665b3155d4856dd0
Btrfs: fix __btrfs_map_block on 32 bit machines

Recent changes for discard support didn't compile,
this fixes them not to try and % 64 bit numbers.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/volumes.c