From: Evgeniy Dushistov Date: Sun, 25 Jun 2006 12:47:31 +0000 (-0700) Subject: [PATCH] ufs: ubh_ll_rw_block cleanup X-Git-Tag: v2.6.18-rc1~1010 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=098d5af7be694c66af44093f7217da3d22af1057;p=pandora-kernel.git [PATCH] ufs: ubh_ll_rw_block cleanup In ufs code there is function: ubh_ll_rw_block, it has parameter how many ufs_buffer_head it should handle, but it always called with "1" on the place of this parameter. This patch removes unused parameter of "ubh_ll_wr_block". Signed-off-by: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed