Re: [PATCH v10 07/11] btrfs_tree.h: fix include from userland

From: Nicolas Dichtel
Date: Mon Mar 27 2017 - 05:47:18 EST


Hi Masahiro,

Le 27/03/2017 Ã 07:53, Masahiro Yamada a Ãcrit :
> Hi Nicolas,
>
>
> 2017-03-14 21:54 GMT+09:00 Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>:
[snip]
>> diff --git a/include/uapi/linux/btrfs_tree.h b/include/uapi/linux/btrfs_tree.h
>> index 6a261cb52d95..6a754ada59af 100644
>> --- a/include/uapi/linux/btrfs_tree.h
>> +++ b/include/uapi/linux/btrfs_tree.h
>> @@ -2,6 +2,7 @@
>> #define _BTRFS_CTREE_H_
>>
>> #include <linux/types.h>
>> +#include <linux/btrfs.h>
>>
>
> Can you move <linux/types.h> below <linux/btrfs.h>
> to sort the includes alphabetically?
Ok.

>
> This also applies to:
>
> include/uapi/linux/qrtr.h in 06/11
> include/uapi/linux/cryptouser.h in 08/11
Ok.


Regards,
Nicolas