From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] fs: Fix indentation in do_path_lookup Date: Sun, 6 May 2007 17:21:23 +0100 Message-ID: <20070506162123.GA5209@infradead.org> References: <20070506111124.GA1211@infradead.org> <11784654282342-git-send-email-jsipek@cs.sunysb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, hch@infradead.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org To: Josef 'Jeff' Sipek Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:53634 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755027AbXEFQVZ (ORCPT ); Sun, 6 May 2007 12:21:25 -0400 Content-Disposition: inline In-Reply-To: <11784654282342-git-send-email-jsipek@cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sun, May 06, 2007 at 11:30:28AM -0400, Josef 'Jeff' Sipek wrote: > + if (unlikely(!retval && !audit_dummy_context() && nd && > + nd->dentry && nd->dentry->d_inode)) the check for nd is not needed either as I hopefully mentioned in my last mail.