From patchwork Sun Nov 16 05:49:51 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qinghuang Feng X-Patchwork-Id: 8944 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 34126DDD0B for ; Sun, 16 Nov 2008 16:50:09 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751202AbYKPFuG (ORCPT ); Sun, 16 Nov 2008 00:50:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751316AbYKPFuG (ORCPT ); Sun, 16 Nov 2008 00:50:06 -0500 Received: from ti-out-0910.google.com ([209.85.142.189]:40307 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202AbYKPFuE (ORCPT ); Sun, 16 Nov 2008 00:50:04 -0500 Received: by ti-out-0910.google.com with SMTP id b6so1193489tic.23 for ; Sat, 15 Nov 2008 21:50:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:bcc:subject:date :user-agent:message-id; bh=QaTAP1piqOLpMAluMqMHsWP7sRJuD1XsXFAsVBKS1Sk=; b=IirnnzInu4R8KnyE4zyWn0OFwap/ow9yerCfDA0OuomG7ReWzc7xlIwLKM4fr5fUUh LRFe17vUnPTgDuL3bmGxUmfzepVO7qEeKDsqEO9A0LkAZw2XQX8s56jd2Ce04idtDgK2 srUE5701g9HRTTOXusXzTJQcO7teRkOQc2mIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:bcc:subject:date:user-agent:message-id; b=NYlSc6fKYF1LfYirAGcbUiOgqyUP5r9x8YrD/XkRwJtRzG3fTk6DRPLU7kz5DPv541 STTKaEMBHwWKWx8UNzdJP/QxZ5zV817xqg1yQG6cScqKQy71+dECS2uPRf2AnmBSjWwP CH07cseTU2p42aY1atU4fR3mnEdbp2jPd7H04= Received: by 10.110.15.9 with SMTP id 9mr3295721tio.48.1226814602681; Sat, 15 Nov 2008 21:50:02 -0800 (PST) Received: from localhost ([218.13.196.141]) by mx.google.com with ESMTPS id d4sm6381157tib.1.2008.11.15.21.49.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 15 Nov 2008 21:50:01 -0800 (PST) From: Qinghuang Feng To: Mingming Cao Cc: qhfeng.kernel@gmail.com, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] EXT2: cleanup comment of ext2_splice_branch Date: Sun, 16 Nov 2008 13:49:51 +0800 User-Agent: sniper-patch-carrier/1.02 Message-ID: <491fb489.04506e0a.0b9a.ffff85fb@mx.google.com> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org No argument named @chain in ext2_splice_branch, remove it. The comments of ext{3|4}_splice_branch and some other functions in */inode.c shoud be updated too, but I am not sure how to change them precisely. Signed-off-by: Qinghuang Feng --- -- 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 diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index 7658b33..da31ee9 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c @@ -497,8 +497,6 @@ static int ext2_alloc_branch(struct inode *inode, * ext2_splice_branch - splice the allocated branch onto inode. * @inode: owner * @block: (logical) number of block we are adding - * @chain: chain of indirect blocks (with a missing link - see - * ext2_alloc_branch) * @where: location of missing link * @num: number of indirect blocks we are adding * @blks: number of direct blocks we are adding