From: Theodore Ts'o Date: Mon, 17 May 2010 00:00:00 +0000 (-0400) Subject: ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks() X-Git-Tag: v2.6.35-rc1~39^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed886852adfcb070bf350e66a0da0d98b2f3ab5;p=pandora-kernel.git ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks() This saves a huge amount of stack space by avoiding unnecesary struct buffer_head's from being allocated on the stack. In addition, to make the code easier to understand, collapse and refactor ext4_get_block(), ext4_get_block_write(), noalloc_get_block_write(), into a single function. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed