On 24/06/2020 14:16, Hans van Kranenburg wrote:
>> diff --git a/include/uapi/linux/btrfs.h b/include/uapi/linux/btrfs.h
>> index e6b6cb0f8bc6..161d9100c2a6 100644
>> --- a/include/uapi/linux/btrfs.h
>> +++ b/include/uapi/linux/btrfs.h
>> @@ -250,10 +250,21 @@ struct btrfs_ioctl_fs_info_args {
>> __u32 nodesize; /* out */
>> __u32 sectorsize; /* out */
>> __u32 clone_alignment; /* out */
>> + __u32 flags; /* out */
>> + __u16 csum_type;
> The /* out */ is missing in this line, if you want to keep it consistent.
>
Whoopsie, thanks for spotting.