commit | f888e652d758bfe0c04c209b72a05972daeba386 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue May 12 00:21:29 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 12 00:21:29 2009 -0400 |
tree | 5d593d7ce0f4e58cf2c049b8635e55f3b5a0d415 | |
parent | bc8e67409ccdcff72c3f1656b1fb1aad7ff396db [diff] |
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>