From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030294AbWF0TVh (ORCPT ); Tue, 27 Jun 2006 15:21:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030298AbWF0TVh (ORCPT ); Tue, 27 Jun 2006 15:21:37 -0400 Received: from smtp104.sbc.mail.mud.yahoo.com ([68.142.198.203]:35985 "HELO smtp104.sbc.mail.mud.yahoo.com") by vger.kernel.org with SMTP id S1030294AbWF0TVf (ORCPT ); Tue, 27 Jun 2006 15:21:35 -0400 From: David Brownell To: Jes Sorensen , Trond Myklebust Subject: Re: [patch] fix static linking of NFS Date: Tue, 27 Jun 2006 12:21:31 -0700 User-Agent: KMail/1.7.1 Cc: Andrew Morton , Linus Torvalds , linux-kernel@vger.kernel.org References: <1151426697.23773.10.camel@lade.trondhjem.org> <44A1809F.5030306@sgi.com> In-Reply-To: <44A1809F.5030306@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606271221.31927.david-b@pacbell.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org OK here's a version of my patch that I edited to remove the comments Jes objected to ... /* init or exit */ to remind about the omitted section annotation. Having one of those would save multiple kbytes throughout the kernel, and I had include the comments as reminders for an eventual fix... - Dave