From: Bob Peterson Date: Mon, 10 Dec 2007 20:13:27 +0000 (-0600) Subject: [GFS2] Remove function gfs2_get_block X-Git-Tag: v2.6.25-rc1~1241^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e1ef2b6ee401d7c1e1eb38052857b4b206d172;p=pandora-kernel.git [GFS2] Remove function gfs2_get_block This patch is just a cleanup. Function gfs2_get_block() just calls function gfs2_block_map reversing the last two parameters. By reversing the parameters, gfs2_block_map() may be called directly and function gfs2_get_block may be eliminated altogether. Since this function is done for every block operation, this streamlines the code and makes it a little bit more efficient. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed