From: Theodore Ts'o Date: Tue, 12 May 2009 04:21:29 +0000 (-0400) Subject: ext4: Simplify function signature for ext4_da_get_block_write() X-Git-Tag: v2.6.31-rc1~396^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f888e652d758bfe0c04c209b72a05972daeba386;p=pandora-kernel.git ext4: Simplify function signature for ext4_da_get_block_write() The function ext4_da_get_block_write() is called in exactly one write, and the last argument, create, is always 1. Remove it to simplify the code slightly. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed