From: Wang Shilong Date: Thu, 7 Feb 2013 14:57:54 +0000 (+0800) Subject: Ext2: remove the static function release_blocks to optimize the kernel X-Git-Tag: v3.9-rc1~65^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712ddc52ffa1f5324cd8f682d9e5b047b91f34d3;p=pandora-kernel.git Ext2: remove the static function release_blocks to optimize the kernel Because the static function 'release_blocks' is only called when releasing blocks,it will be more simple and efficient to call the function 'percpu_counter_add' directly. Signed-off-by: Wang Shilong Signed-off-by: Jan Kara --- Reading git-diff-tree failed