From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f175.google.com ([209.85.128.175]:34088 "EHLO mail-wr0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752594AbdC0JqA (ORCPT ); Mon, 27 Mar 2017 05:46:00 -0400 Received: by mail-wr0-f175.google.com with SMTP id l43so47627481wre.1 for ; Mon, 27 Mar 2017 02:45:31 -0700 (PDT) Reply-To: nicolas.dichtel@6wind.com Subject: Re: [PATCH v10 07/11] btrfs_tree.h: fix include from userland References: <1489496093-15315-1-git-send-email-nicolas.dichtel@6wind.com> <1489496093-15315-8-git-send-email-nicolas.dichtel@6wind.com> From: Nicolas Dichtel Message-ID: Date: Mon, 27 Mar 2017 11:45:17 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: Arnd Bergmann , Michal Marek , Linux Kbuild mailing list , Linux Kernel Mailing List , linux-arch@vger.kernel.org, David Airlie , "David S. Miller" , Russell King , bp@alien8.de, slash.tmp@free.fr, Daniel Vetter , rmk+kernel@armlinux.org.uk, msalter@redhat.com, jengelh@inai.de, hch@infradead.org, Tobias Klauser , mpe@ellerman.id.au, Ingo Molnar , Thomas Gleixner , "Dmitry V. Levin" , Herbert Xu , linux-rdma@vger.kernel.org Hi Masahiro, Le 27/03/2017 à 07:53, Masahiro Yamada a écrit : > Hi Nicolas, > > > 2017-03-14 21:54 GMT+09:00 Nicolas Dichtel : [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 >> +#include >> > > Can you move below > 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