From: Qinghuang Feng Date: Thu, 8 Jan 2009 02:07:18 +0000 (-0800) Subject: ext2: fix ext2_splice_branch() comments X-Git-Tag: accepted/tizen/common/20141203.182822~17904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22d613d13445de9dea6edc3289c304237eb191f6;p=platform%2Fkernel%2Flinux-arm64.git ext2: fix ext2_splice_branch() comments There is no argument named @chain in ext2_splice_branch, remove references to it. Signed-off-by: Qinghuang Feng Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index 02b39a5..23fff2f 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c @@ -498,8 +498,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