* [PATCH] EXT2: cleanup comment of ext2_splice_branch
@ 2008-11-16 5:49 Qinghuang Feng
0 siblings, 0 replies; only message in thread
From: Qinghuang Feng @ 2008-11-16 5:49 UTC (permalink / raw)
To: Mingming Cao; +Cc: qhfeng.kernel, linux-ext4, linux-kernel
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@gmail.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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-16 5:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-16 5:49 [PATCH] EXT2: cleanup comment of ext2_splice_branch Qinghuang Feng
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.