From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Epler Subject: Re: [PATCH] afs: kstrdup() memory handling Date: Sat, 21 Mar 2015 12:07:04 -0500 Message-ID: <20150321170703.GA17049@unpythonic.net> References: <1426956609-27273-1-git-send-email-sanidhya.gatech@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, taesoo@gatech.edu, changwoo@gatech.edu, sanidhya@gatech.edu, blee@gatech.edu To: Sanidhya Kashyap Return-path: Content-Disposition: inline In-Reply-To: <1426956609-27273-1-git-send-email-sanidhya.gatech@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, Mar 21, 2015 at 12:50:09PM -0400, Sanidhya Kashyap wrote: > + if (new_opts) > + goto error_out; Missing "!"? Jeff