From owner-svn-src-all@freebsd.org Wed Mar 14 22:20:48 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EBBCF4DFCB; Wed, 14 Mar 2018 22:20:48 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp001.me.com (mr11p00im-asmtp001.me.com [17.110.69.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5F2079D37; Wed, 14 Mar 2018 22:20:47 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from process-dkim-sign-daemon.mr11p00im-asmtp001.me.com by mr11p00im-asmtp001.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0P5L00600P6EET00@mr11p00im-asmtp001.me.com>; Wed, 14 Mar 2018 22:20:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=04042017; t=1521066033; bh=dH39DvZpAsXDT2rENC7KQgbwvgwgJlnZKn/NXClJB7U=; h=Date:Subject:From:To:Message-id:MIME-version:Content-type; b=iSs0A+zChB0pM++LDdXXYGArzeagjblwZFX6COLGbjdBiEujAiuRtR1H88758bJvu 8ltTw03AdE+FsjmYDGdo2H7I/kjEZf0C/eKYqsjceLWsz3/skGH11MawJG2Z3lT58e vbDTAMUTZXNNNpsYx51+Wu/Wys2pTONshYn9cHC6iN5RBo6ABiguKBBkG3e2lguj5w viZ+Su3vKVtrh2KY+nkswHfK5/DvEbdXeGTFJH+0XhO4R5BmA0lNeR9/WshxMV4IsV 2bP8OMjb+VtR0iArTlz+hFDv6OOIvoIqD0O7lWSo/n8Ic16Jl7m6xuv7jf0E1dxPbw oDVNg11VD094A== Received: from icloud.com ([127.0.0.1]) by mr11p00im-asmtp001.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0P5L00N5QQ27QW10@mr11p00im-asmtp001.me.com>; Wed, 14 Mar 2018 22:20:33 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-03-14_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1803140239 User-Agent: Microsoft-MacOutlook/10.b.0.180311 Date: Wed, 14 Mar 2018 15:20:31 -0700 Subject: Re: svn commit: r330952 - head/sys/kern From: Ravi Pokala To: Conrad Meyer , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-id: <7219A600-5C72-43D6-9E8B-7BBC1D097AF2@mac.com> Thread-topic: svn commit: r330952 - head/sys/kern References: <201803142211.w2EMBjVd010880@repo.freebsd.org> In-reply-to: <201803142211.w2EMBjVd010880@repo.freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 14 Mar 2018 22:20:48 -0000 -----Original Message----- From: on behalf of Conrad Meyer Date: 2018-03-14, Wednesday at 15:11 To: , , Subject: svn commit: r330952 - head/sys/kern > Author: cem > Date: Wed Mar 14 22:11:45 2018 > New Revision: 330952 > URL: https://svnweb.freebsd.org/changeset/base/330952 > > Log: > vfs_bio.c: Apply cleanups motivated by Coverity analysis What's the Coverity ID? Thanks, Ravi (rpokala@)