Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754249AbYGWPp6 (ORCPT ); Wed, 23 Jul 2008 11:45:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753512AbYGWPps (ORCPT ); Wed, 23 Jul 2008 11:45:48 -0400 Received: from mail.fieldses.org ([66.93.2.214]:56060 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbYGWPps (ORCPT ); Wed, 23 Jul 2008 11:45:48 -0400 Date: Wed, 23 Jul 2008 11:45:33 -0400 To: Andrew Morton Cc: Harvey Harrison , LKML , Al Viro Subject: Re: [PATCH] lockd: trivial sparse endian annotations Message-ID: <20080723154533.GA12595@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080720234211.4c77f506.akpm@linux-foundation.org> User-Agent: Mutt/1.5.18 (2008-05-17) From: "J. Bruce Fields" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1856 Lines: 58 On Sun, Jul 20, 2008 at 11:42:11PM -0700, Andrew Morton wrote: > On Thu, 17 Jul 2008 17:41:35 -0700 Harvey Harrison wrote: > > > fs/lockd/svcproc.c:115:11: warning: incorrect type in initializer (different base types) > > fs/lockd/svcproc.c:115:11: expected int [signed] rc > > fs/lockd/svcproc.c:115:11: got restricted __be32 [usertype] > > ... and so on... > > Bruce handles lockd stuff. Actually Trond normally handles client-specific lockd code (e.g. fs/lockd/clnt*.c), though of course I'm happy to triage stuff and pass it along. > Not that a reader of ./MAINTAINERS would know this . Would this help? --b. commit e8b43555a2a8c71e8501924e260f62b9545c598b Author: J. Bruce Fields Date: Wed Jul 23 08:49:50 2008 -0400 MAINTAINERS: mention lockd and sunrpc in nfs entries The actual division of labor is a little vague in some of the common code, but if the patches get to one of us then we can sort it out. Signed-off-by: J. Bruce Fields diff --git a/MAINTAINERS b/MAINTAINERS index 0652ab3..c382ad3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2418,7 +2418,7 @@ L: kernel-janitors@vger.kernel.org W: http://www.kerneljanitors.org/ S: Maintained -KERNEL NFSD +KERNEL NFSD, SUNRPC, AND LOCKD SERVERS P: J. Bruce Fields M: bfields@fieldses.org P: Neil Brown @@ -3036,7 +3036,7 @@ M: ja@ssi.bg L: netdev@vger.kernel.org S: Maintained -NFS CLIENT +NFS, SUNRPC, AND LOCKD CLIENTS P: Trond Myklebust M: Trond.Myklebust@netapp.com L: linux-nfs@vger.kernel.org -- 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/