From: Jan Kara Date: Tue, 9 Jun 2009 04:17:05 +0000 (-0400) Subject: ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() X-Git-Tag: v2.6.31-rc1~396^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f5d8bcf094a5e3b501bd2ae1553656efa8d1be;p=pandora-kernel.git ext4: Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle() Get rid of EXTEND_DISKSIZE flag of ext4_get_blocks_handle(). This seems to be a relict from some old days and setting disksize in this function does not make much sense. Currently it was set only by ext4_getblk(). Since the parameter has some effect only if create == 1, it is easy to check by grepping through the sources that the three callers which end up calling ext4_getblk() with create == 1 (ext4_append, ext4_quota_write, ext4_mkdir) do the right thing and set disksize themselves. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed