Files
android_kernel_xiaomi_sm8450/fs/btrfs
Alexandru Moise 0412e58c6d btrfs: Fixed declaration of old_len
old_len is used to store the return value of btrfs_item_size_nr().
The return value of btrfs_item_size_nr() is of type u32.
To improve code correctness and avoid mixing signed and unsigned
integers I've changed old_len to be of type u32 as well.

Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Alexandru Moise <00moses.alexander00@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2015-10-21 18:28:48 +02:00
..
2014-06-09 17:20:42 -07:00
2015-08-13 12:32:04 -06:00
2015-10-06 06:55:23 -07:00
2014-10-14 10:51:22 +02:00