[<prev] [next>] [day] [month] [year] [list]
Message-ID: <491fb489.04506e0a.0b9a.ffff85fb@mx.google.com>
Date: Sun, 16 Nov 2008 13:49:51 +0800
From: Qinghuang Feng <qhfeng.kernel@...il.com>
To: Mingming Cao <cmm@...ibm.com>
Cc: qhfeng.kernel@...il.com, linux-ext4@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] EXT2: cleanup comment of ext2_splice_branch
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 <qhfeng.kernel@...il.com>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists