ext4: Simplify function signature for ext4_da_get_block_write()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 12 May 2009 04:21:29 +0000 (00:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 May 2009 04:21:29 +0000 (00:21 -0400)
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" <tytso@mit.edu>

No differences found