From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Drake Subject: Re: [PATCH] sunrpc svc: be quieter Date: Tue, 14 Mar 2006 21:21:04 +0000 Message-ID: <441733C0.5040605@gentoo.org> References: <20060305005532.5E7A0870504@zog.reactivated.net> <1141678330.31680.13.camel@lade.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Jan Engelhardt , neilb@cse.unsw.edu.au, nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org, okir@monad.swb.de Return-path: To: Trond Myklebust In-Reply-To: <1141678330.31680.13.camel@lade.trondhjem.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: Trond, Trond Myklebust wrote: > They are probably trying to ping the server with a NULL procedure call > to test for service availability. We should allow that particular > usage... Thanks, that sounds likely. Can you give some hints as to how a NULL procedure call might appear? Would testing for prog==0 and/or proc==0 be appropriate? Daniel