Return-Path: Received: from imap.suse.de ([unix socket]) by imap-int (Cyrus v2.2.12) with LMTPA; Mon, 11 Oct 2010 02:04:17 +0200 X-Sieve: CMU Sieve 2.2 Received: from relay1.suse.de (relay1.suse.de [149.44.160.133]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "relay.suse.de", Issuer "CAcert Class 3 Root" (verified OK)) by imap.suse.de (Postfix) with ESMTP id 0A65F3C416B3 for ; Mon, 11 Oct 2010 02:04:17 +0200 (CEST) Received: by relay1.suse.de (Postfix) id 01A90344BA64; Mon, 11 Oct 2010 02:04:17 +0200 (CEST) Received: from relay1.suse.de (localhost [127.0.0.1]) by relay1.suse.de (Postfix) with ESMTP id EAE7C344BA63 for ; Mon, 11 Oct 2010 02:04:16 +0200 (CEST) Received: from relay1.suse.de ([127.0.0.1]) by relay1.suse.de (relay1.suse.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 06582-10 for ; Mon, 11 Oct 2010 02:04:16 +0200 (CEST) Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by relay1.suse.de (Postfix) with ESMTP id A9C85344BA61 for ; Mon, 11 Oct 2010 02:04:16 +0200 (CEST) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mx2.suse.de (Postfix) with ESMTP id 48FDA8738D for ; Mon, 11 Oct 2010 02:04:16 +0200 (CEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752517Ab0JKAEP (ORCPT ); Sun, 10 Oct 2010 20:04:15 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:38170 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752478Ab0JKAEO (ORCPT ); Sun, 10 Oct 2010 20:04:14 -0400 Received: by mail-iw0-f174.google.com with SMTP id 6so2668490iwn.19 for ; Sun, 10 Oct 2010 17:04:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:subject:to:cc :date:message-id:in-reply-to:references:user-agent:mime-version :content-type:content-transfer-encoding; bh=t0jGXR6R6oFSOiIUs0mhcgc6DxuwAvaQUeA4K9C6P84=; b=a4iSPFd5eQ0w0uyOCzEw0E44Ud/KpIE0iyhwHFBL7/yElckfZuR+8EbyeT2DdjMz/U CBTTU+1m2Rl7Jgo+SvQqsYi84y86JzTzF70Yxyz9t3JlR5M1L4lnJpRqLQDQKBeFZcBF xK7+GTLWxsMes1kGvXF9hP8wvMrtwDG+e2TQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:subject:to:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; b=lTAr0b38PPzxyY95nnjiEMYRgiHw+BGTRAesblo6IygAHrBDQcd/2a0cCFPkxC0QH/ eGi1Nko+PqLCE197Av+G4OFIvf4TD6fePOfXcVcTy201y0Xv5keebgt1Qb+TBkFK/U3I yQi/JS9/L3l9sZBfqmB6rvmqLodMbYhu87BQk= Received: by 10.42.211.140 with SMTP id go12mr1536860icb.320.1286755454106; Sun, 10 Oct 2010 17:04:14 -0700 (PDT) Received: from ellison.1015granger.net (adsl-76-241-169-38.dsl.sfldmi.sbcglobal.net [76.241.169.38]) by mx.google.com with ESMTPS id gy41sm6556180ibb.23.2010.10.10.17.04.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 10 Oct 2010 17:04:13 -0700 (PDT) From: Chuck Lever Subject: [PATCH 01/15] mountd: Clear mountd registrations at start up To: steved@redhat.com Cc: linux-nfs@vger.kernel.org Date: Sun, 10 Oct 2010 20:04:11 -0400 Message-ID: <20101011000411.6667.17979.stgit@ellison.1015granger.net> In-Reply-To: <20101010234836.6667.4057.stgit@ellison.1015granger.net> References: <20101010234836.6667.4057.stgit@ellison.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Virus-Scanned: by amavisd-new at relay1.suse.de X-Spam-Status: No, score=-4.999 tagged_above=-20 required=5 tests=[BAYES_50=0.001, MY_LINUX=-1, RCVD_IN_DNSWL_MED=-4] X-Spam-Score: -4.999 X-Spam-Level: X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.2 Clear stale MNT registrations before mountd tries to create fresh listeners, to ensure that mountd starts. This is also what statd does. Signed-off-by: Chuck Lever --- utils/mountd/mountd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index d309950..7e0cf6a 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -840,6 +840,7 @@ main(int argc, char **argv) if (new_cache) cache_open(); + unregister_services(); if (version2()) { listeners += nfs_svc_create("mountd", MOUNTPROG, MOUNTVERS, mount_dispatch, port); -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html