]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: use smaller type for btrfs_path reada
authorDavid Sterba <dsterba@suse.com>
Fri, 27 Nov 2015 15:31:38 +0000 (16:31 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 7 Jan 2016 14:01:16 +0000 (15:01 +0100)
commit458cc1feddff946028a14de821965917737e5e52
tree92d0b950407d3dd3915b3635247048a4b9b17bd2
parent909e0d36b5351228002746deabbed94a5aeff8f2
btrfs: use smaller type for btrfs_path reada

The possible values for reada are all positive and bounded, we can later
save some bytes by storing it in u8.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h