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)
commitf888e652d758bfe0c04c209b72a05972daeba386
tree5d593d7ce0f4e58cf2c049b8635e55f3b5a0d415
parentbc8e67409ccdcff72c3f1656b1fb1aad7ff396db
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" <tytso@mit.edu>
fs/ext4/inode.c