From owner-svn-src-all@freebsd.org Mon Jul 11 15:12:59 2016 Return-Path: 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 815DDB8FFA6; Mon, 11 Jul 2016 15:12:59 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f41.google.com (mail-it0-f41.google.com [209.85.214.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55DFB17C2; Mon, 11 Jul 2016 15:12:58 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f41.google.com with SMTP id f6so56203134ith.1; Mon, 11 Jul 2016 08:12:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=zu8qwczNp47AnqjtnjUrVJaOYo824qdNTkDEofnkBW8=; b=MceeyWp+FApvosmXAx5AXOtHbsCaJa9eCFAG/XNi/HJi8XTDUEwdC+SZFJLpqhkltb rK3C0h0JWRuBKUxlxe8jUsX0Kz1RdhWMt86t/iKisjMOA6v+rhpV8Csh4k5xV1JXXmQo H+6A8/BKbe3G4dW4VFJWYKgNi+oFeO4LqYo3yDclooZSAgDKQiZBjIddZkJLFAaQ5lCp invl4gDMYRfFmcoFaEHellX0VD2nQXgWHL3HY4QqhHbqb366FjA1XzWEKqH0Xk3pVauy 9eibcLgFeZdfjIafHrTLXegaWsLXE8QQH/kxWgSzoBYk15s7KiHQckXqgrHSFSM4SxAS bptw== X-Gm-Message-State: ALyK8tJGKi3DA++vD1fhYJrPQuAnaTF2Pd0CYwaHCNfi3tA4yayBxW+WDN1UtRFlxu09hg== X-Received: by 10.36.142.129 with SMTP id h123mr16397605ite.66.1468249971846; Mon, 11 Jul 2016 08:12:51 -0700 (PDT) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com. [209.85.223.182]) by smtp.gmail.com with ESMTPSA id o133sm891457ioo.10.2016.07.11.08.12.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Jul 2016 08:12:51 -0700 (PDT) Received: by mail-io0-f182.google.com with SMTP id 38so9069927iol.0; Mon, 11 Jul 2016 08:12:51 -0700 (PDT) X-Received: by 10.107.38.76 with SMTP id m73mr23965393iom.7.1468249971399; Mon, 11 Jul 2016 08:12:51 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.36.206.2 with HTTP; Mon, 11 Jul 2016 08:12:51 -0700 (PDT) In-Reply-To: <201607110658.u6B6wOhi055529@repo.freebsd.org> References: <201607110658.u6B6wOhi055529@repo.freebsd.org> From: Conrad Meyer Date: Mon, 11 Jul 2016 08:12:51 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r302550 - head/sys/rpc To: Garrett Cooper Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 15:12:59 -0000 On Sun, Jul 10, 2016 at 11:58 PM, Garrett Cooper wrote: > Author: ngie > Date: Mon Jul 11 06:58:24 2016 > New Revision: 302550 > URL: https://svnweb.freebsd.org/changeset/base/302550 > > Log: ... > MFC after: 1 week > Reported by: Coverity > CID: 1007033, 1007344 > Sponsored by: EMC / Isilon Storage Division FYI, your svn commit message editor appears to be eating the tabs from the commit template. Best, Conrad