From owner-svn-src-head@freebsd.org Wed Jan 4 15:38:56 2017 Return-Path: Delivered-To: svn-src-head@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 7C774C9F7ED; Wed, 4 Jan 2017 15:38:56 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 442C71D63; Wed, 4 Jan 2017 15:38:56 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id n85so222807762ioi.2; Wed, 04 Jan 2017 07:38:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LVlakb4250jU8kovhstT2ZoNjiVgXJEx2/bV/tSVAdc=; b=mfcxGRPvYW5gPGySjGfzPhG4Ce5oohW0D8T2IOMX3TW5lwJ6u8W3UfoVeqXLS5yO0o kv6xgYmMCVuRQbLevLWp6fGs2fbj7sHq3BtMhAhUsm2A4K0fzPdhETq76Az9w7aBnZuH nSRq2Nc43lTrfq3WKfwqfI2ihqwjvQX52X8pWEoESYhcv0Ge75EELP2Jz/R14iLubvwz j4H0HIe5cywrtgnxb43XL0vFgNN6gVZGFz7KWrI7l6wYgcf0FRUdXxls5pKHB4GtuXCd dZz4fonyyTL17svSUQw1P2AqmLqphrKkF/I/PtjZHpx886Y/bwbQXiKx+mgIDT2TcW68 yRgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LVlakb4250jU8kovhstT2ZoNjiVgXJEx2/bV/tSVAdc=; b=MSwagldpGw0oQlyAOTbjUveiNVTAid19MjWJvQ1yhw4En4NS2ajKVOZS5agay+RnRV ZbiTQ+MdoLQgOncAq6cP7P7JCmiE4s2D7tUZiNI8Ff0zngtMrLCuzhh8OEzxmDyHjWDo WMDL3/kLxmFtwdPYovwoW64Zvbb5jZHTdQoLQdZHArXsFOpXXidUulQ2AxmPrjIMUXpf yFFqnFQqN29jKWwHYDXlX39zSNBvfrlKCjjEY8108iOokAEbIMTP3Y8/f29869AaVKnL e/fbzlGXCQwNhcZjTvT2MgVVcxW8v/7ID17LNnZjgU98Pq2GQSeGD9ebfkmNXLngKyFN WlwA== X-Gm-Message-State: AIkVDXIsWlBpMS6TsnPWgI/daCe1To/O01zVZjbvfgZ1MJOMDu5lckM3I4XwqSncOXpBZoS4yl7EmbqFtAL3iQ== X-Received: by 10.107.26.205 with SMTP id a196mr2979792ioa.214.1483544335375; Wed, 04 Jan 2017 07:38:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.144.84 with HTTP; Wed, 4 Jan 2017 07:38:55 -0800 (PST) In-Reply-To: <201701041250.v04Coits085210@repo.freebsd.org> References: <201701041250.v04Coits085210@repo.freebsd.org> From: Ryan Stone Date: Wed, 4 Jan 2017 10:38:55 -0500 Message-ID: Subject: Re: svn commit: r311283 - head/sys/cam/ctl To: Edward Tomasz Napierala Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 15:38:56 -0000 On Wed, Jan 4, 2017 at 7:50 AM, Edward Tomasz Napierala wrote: > + refcount_release(&cs->cs_outstanding_ctl_pdus); > Shouldn't the return value of refcount_release() be checked?