From patchwork Thu Oct 23 18:33:29 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 5507 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 32A6FDDEE9 for ; Fri, 24 Oct 2008 05:33:39 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750979AbYJWSdh (ORCPT ); Thu, 23 Oct 2008 14:33:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753572AbYJWSdh (ORCPT ); Thu, 23 Oct 2008 14:33:37 -0400 Received: from verein.lst.de ([213.95.11.210]:40597 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750979AbYJWSdg (ORCPT ); Thu, 23 Oct 2008 14:33:36 -0400 Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id m9NIXTIF026020 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 23 Oct 2008 20:33:29 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id m9NIXTj2026018; Thu, 23 Oct 2008 20:33:29 +0200 Date: Thu, 23 Oct 2008 20:33:29 +0200 From: Christoph Hellwig To: torvalds@osdl.org Cc: linux-ext4@vger.kernel.org Subject: [PATCH] ext4: remove unused variable in ext4_get_parent Message-ID: <20081023183329.GA26003@lst.de> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Spam-Score: 0.452 () BAYES_01,DOMAIN_BODY X-Scanned-By: MIMEDefang 2.39 Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Signed-off-by: Christoph Hellwig --- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: linux-2.6/fs/ext4/namei.c =================================================================== --- linux-2.6.orig/fs/ext4/namei.c 2008-10-23 20:32:28.000000000 +0200 +++ linux-2.6/fs/ext4/namei.c 2008-10-23 20:32:47.000000000 +0200 @@ -1061,7 +1061,6 @@ static struct dentry *ext4_lookup(struct struct dentry *ext4_get_parent(struct dentry *child) { unsigned long ino; - struct dentry *parent; struct inode *inode; static const struct qstr dotdot = { .name = "..",