From: Theodore Ts'o Date: Fri, 2 Jan 2009 04:59:43 +0000 (-0500) Subject: ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly X-Git-Tag: v2.6.29-rc1~40^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815a1130687ffac2c3e91513ce64aab629d6a54d;p=pandora-kernel.git ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly There was only one caller of the compatibility function ext4_new_blocks(), in balloc.c's ext4_alloc_blocks(). Change it to call ext4_mb_new_blocks() directly, and remove ext4_new_blocks() altogether. This cleans up the code, by removing two extra functions from the call chain, and hopefully saving some stack usage. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed