From owner-svn-src-all@FreeBSD.ORG Thu Sep 27 15:50:14 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A0AB106566B; Thu, 27 Sep 2012 15:50:14 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3B28FC14; Thu, 27 Sep 2012 15:50:13 +0000 (UTC) Received: by padbi1 with SMTP id bi1so1622017pad.13 for ; Thu, 27 Sep 2012 08:50:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=tpC0fnLhNEZkI3SGH6uKBMRmT/TGW6I4X/5nbK4QNug=; b=bMnGTilIjUzbW6B7acqU1r0BIEVone4957+bKTDYbya1sOZIbfrWqpav+ZTvoYj20f X/Ahm74B+oe8l0D0dBoJFgkr9SnqTnx4WhBJcw25GJGg5XWBj5P5S+2UGaSItQ6WqO7z nIqxIiyh2MZZIiywaiFHSFSZ6TO4S/ts8BDDHLscLai36WBbgXlUtdCAODjhZylfVPwy Ht+WxEHvsyZa79gMj8hxbJ2dJDg00xbDYIgyw3WvvEBCZpGyFohNz1cfsEKlHtkEOoLG W3ndm8lqNEctQfhlG9zoWV/acABiHlo2xpvlkJu4QZ+7Qc0e4TN50A+tbbgafiKNCv/I xP3w== MIME-Version: 1.0 Received: by 10.66.85.4 with SMTP id d4mr10460131paz.11.1348761013164; Thu, 27 Sep 2012 08:50:13 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.16.40 with HTTP; Thu, 27 Sep 2012 08:50:13 -0700 (PDT) In-Reply-To: <20120927131810.GA54552@FreeBSD.org> References: <201209271051.q8RApcmq002950@svn.freebsd.org> <20120927131810.GA54552@FreeBSD.org> Date: Thu, 27 Sep 2012 08:50:13 -0700 X-Google-Sender-Auth: z4ZZKvjL0yR-HnDMrtRaQGHmYWU Message-ID: From: Adrian Chadd To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Edward Tomasz Napierala Subject: Re: svn commit: r240993 - head/sys/cam/ctl X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 27 Sep 2012 15:50:14 -0000 .. I thought that malloc(.. , M_WAITOK) can return NULL. Wasn't there a discussion about this on IRC? Adrian