btrfs: replace u_long type cast with unsigned long
authorDavid Sterba <dsterba@suse.com>
Thu, 28 Nov 2019 14:31:46 +0000 (15:31 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Mar 2020 16:01:45 +0000 (17:01 +0100)
commit1db45a35f071f2818683cf2c6c99ec28b6ce3f2d
tree21e585fc75527a1228beb2b835152ce003492e1a
parenteeb6f17200e20fbdc0ab472def6cf41a2a10e4eb
btrfs: replace u_long type cast with unsigned long

We don't use the u_XX types anywhere, though they're defined.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c