Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754112AbZGNNui (ORCPT ); Tue, 14 Jul 2009 09:50:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753901AbZGNNuh (ORCPT ); Tue, 14 Jul 2009 09:50:37 -0400 Received: from hera.kernel.org ([140.211.167.34]:33426 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753895AbZGNNuh (ORCPT ); Tue, 14 Jul 2009 09:50:37 -0400 Subject: Re: [PATCH] AFS: Fix compilation warning From: Jaswinder Singh Rajput To: David Howells Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org, Artem Bityutskiy , akpm@linux-foundation.org, linux-afs@lists.infradead.org In-Reply-To: <4131.1247577044@redhat.com> References: <1247561931.2473.2.camel@ht.satnam> <20090709094430.23882.46013.stgit@warthog.procyon.org.uk> <1247561220.2473.0.camel@ht.satnam> <4131.1247577044@redhat.com> Content-Type: text/plain Date: Tue, 14 Jul 2009 19:19:42 +0530 Message-Id: <1247579382.11921.7.camel@ht.satnam> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1353 Lines: 41 On Tue, 2009-07-14 at 14:10 +0100, David Howells wrote: > Jaswinder Singh Rajput wrote: > > > 2. fix 80 column wrap problem > > I don't see an 80-column wrap problem that you've removed. > ok here it is : - if (fid.vnode != vnode->fid.vnode) { - _debug("%s: dirent changed [%u != %u]", - dentry->d_name.name, fid.vnode, - vnode->fid.vnode); - goto not_found; - } + if (fid.vnode != vnode->fid.vnode) { + _debug("%s: dirent changed [%u != %u]", + dentry->d_name.name, fid.vnode, vnode->fid.vnode); + goto not_found; + } - /* if the vnode ID uniqifier has changed, then the file has - * been deleted and replaced, and the original vnode ID has - * been reused */ + /* + * if the vnode ID uniqifier has changed, then the file has been + * deleted and replaced, and the original vnode ID has been reused + */ -- JSR -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/