Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946775AbWJTA7W (ORCPT ); Thu, 19 Oct 2006 20:59:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946774AbWJTA7V (ORCPT ); Thu, 19 Oct 2006 20:59:21 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:61380 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S1946772AbWJTA7U (ORCPT ); Thu, 19 Oct 2006 20:59:20 -0400 Date: Fri, 20 Oct 2006 01:59:17 +0100 From: Al Viro To: Linus Torvalds Cc: Alexey Dobriyan , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: dealing with excessive includes Message-ID: <20061020005917.GY29920@ftp.linux.org.uk> References: <20061017043726.GG29920@ftp.linux.org.uk> <20061018044054.GH29920@ftp.linux.org.uk> <20061018091944.GA5343@martell.zuzino.mipt.ru> <20061018093126.GM29920@ftp.linux.org.uk> <20061018160609.GO29920@ftp.linux.org.uk> <20061020005337.GV29920@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061020005337.GV29920@ftp.linux.org.uk> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2319 Lines: 78 Another preliminary: skbuff -> poll --- fs/compat.c | 1 + fs/gfs2/locking/dlm/plock.c | 1 + include/linux/skbuff.h | 1 - include/net/inet_connection_sock.h | 1 + include/net/udp.h | 1 + 5 files changed, 4 insertions(+), 1 deletions(-) diff --git a/fs/compat.c b/fs/compat.c index 0f06acb..1c3e9a6 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -46,6 +46,7 @@ #include #include #include #include +#include #include #include /* siocdevprivate_ioctl */ diff --git a/fs/gfs2/locking/dlm/plock.c b/fs/gfs2/locking/dlm/plock.c index 7365aec..3799f19 100644 --- a/fs/gfs2/locking/dlm/plock.c +++ b/fs/gfs2/locking/dlm/plock.c @@ -8,6 +8,7 @@ #include #include +#include #include "lock_dlm.h" diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index c9c83ae..6aa8b11 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -23,7 +23,6 @@ #include #include #include #include -#include #include #include #include diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 0bcf9f2..4167a24 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h @@ -18,6 +18,7 @@ #define _INET_CONNECTION_SOCK_H #include #include #include +#include #include #include diff --git a/include/net/udp.h b/include/net/udp.h index db0c05f..e287df5 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -27,6 +27,7 @@ #include #include #include #include +#include #define UDP_HTABLE_SIZE 128 -- 1.4.2.GIT - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/