Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Apr 2017 05:33:40 -0700
From:      "Domain Notice" <yee.cassity@51succ.com>
To:        "Domain Owner" <svn-src-all@freebsd.org>
Subject:   g-c-u.com
Message-ID:  <1491737620.8.84095144jifeta@51succ.com>

next in thread | raw e-mail | index | archive | help
Hi, Domain Owner.

Domain Availability Notice  -  g-c-u.com

We would like to give you an opportunity to acquire g-c-u.com before it is offered to the general public. 
By surrounding  yourself with all the variations of your name will assure you that you will not miss out on any new potential customers.

Follow this link here to make a bid on domain
 http://51succ.com/84095144jifeta-QDI

Some of the benefits you will receive by owning this domain:
 * Adds more links to your website
 * Increase profitability
 * Stops prospective clients from going to other sites

Unsubscribe:
http://51succ.com/u/84095144jifeta-QDI

With respect,
Backorder Team
71 Hilliard St
Manchester, CT 06042-3001

&#39;Leverage the sales that come from this wave. Ensure there is an upsell and something further that your early adopters can buy into. from  The Secret Collaborative Economy: More Clients, More Exposure, More Profit, FASTER!&#39; - Marsha Wright, TV Business Expert - Entrepreneur
From owner-svn-src-all@freebsd.org  Sun Apr  9 12:32:23 2017
Return-Path: <owner-svn-src-all@freebsd.org>
Delivered-To: svn-src-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAECDD2AFB9;
 Sun,  9 Apr 2017 12:32:23 +0000 (UTC)
 (envelope-from rmacklem@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id ACC6A620;
 Sun,  9 Apr 2017 12:32:23 +0000 (UTC)
 (envelope-from rmacklem@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v39CWM5D033704;
 Sun, 9 Apr 2017 12:32:22 GMT (envelope-from rmacklem@FreeBSD.org)
Received: (from rmacklem@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id v39CWMDn033703;
 Sun, 9 Apr 2017 12:32:22 GMT (envelope-from rmacklem@FreeBSD.org)
Message-Id: <201704091232.v39CWMDn033703@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rmacklem set sender to
 rmacklem@FreeBSD.org using -f
From: Rick Macklem <rmacklem@FreeBSD.org>
Date: Sun, 9 Apr 2017 12:32:22 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-head@freebsd.org
Subject: svn commit: r316655 - head/sys/fs/nfsclient
X-SVN-Group: head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all/>;
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 09 Apr 2017 12:32:24 -0000

Author: rmacklem
Date: Sun Apr  9 12:32:22 2017
New Revision: 316655
URL: https://svnweb.freebsd.org/changeset/base/316655

Log:
  Fix parsing failure for NFSv4 Setattr operation for failed case.
  
  If an operation that preceeds a Setattr in an NFSv4 compound fails,
  there is no bitmap of attributes to parse. Without this patch, the
  parsing would fail and return EBADRPC instead of the correct failure
  error. This could break recovery from a server crash/reboot.
  
  Tested by:	cperciva
  PR:		215883
  MFC after:	2 weeks

Modified:
  head/sys/fs/nfsclient/nfs_clrpcops.c

Modified: head/sys/fs/nfsclient/nfs_clrpcops.c
==============================================================================
--- head/sys/fs/nfsclient/nfs_clrpcops.c	Sun Apr  9 11:16:16 2017	(r316654)
+++ head/sys/fs/nfsclient/nfs_clrpcops.c	Sun Apr  9 12:32:22 2017	(r316655)
@@ -1190,7 +1190,7 @@ nfsrpc_setattrrpc(vnode_t vp, struct vat
 		return (error);
 	if (nd->nd_flag & (ND_NFSV3 | ND_NFSV4))
 		error = nfscl_wcc_data(nd, vp, rnap, attrflagp, NULL, stuff);
-	if ((nd->nd_flag & ND_NFSV4) && !error)
+	if ((nd->nd_flag & (ND_NFSV4 | ND_NOMOREDATA)) == ND_NFSV4 && !error)
 		error = nfsrv_getattrbits(nd, &attrbits, NULL, NULL);
 	if (!(nd->nd_flag & ND_NFSV3) && !nd->nd_repstat && !error)
 		error = nfscl_postop_attr(nd, rnap, attrflagp, stuff);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1491737620.8.84095144jifeta>