aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/block_validity.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-05-14 13:57:08 -0400
committerTheodore Ts'o <tytso@mit.edu>2009-05-14 13:57:08 -0400
commit2ac3b6e00acb46406c993d57921f86a594aafe08 (patch)
tree51f8a245caa53776fb9617973742ffc81023e007 /fs/ext4/block_validity.c
parent2fa3cdfb319055fd8b25abdafa413e16f00ad493 (diff)
downloadkernel_samsung_smdk4412-2ac3b6e00acb46406c993d57921f86a594aafe08.zip
kernel_samsung_smdk4412-2ac3b6e00acb46406c993d57921f86a594aafe08.tar.gz
kernel_samsung_smdk4412-2ac3b6e00acb46406c993d57921f86a594aafe08.tar.bz2
ext4: Clean up ext4_get_blocks() so it does not depend on bh_result->b_state
The ext4_get_blocks() function was depending on the value of bh_result->b_state as an input parameter to decide whether or not update the delalloc accounting statistics by calling ext4_da_update_reserve_space(). We now use a separate flag, EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE, to requests this update, so that all callers of ext4_get_blocks() can clear map_bh.b_state before calling ext4_get_blocks() without worrying about any consistency issues. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/block_validity.c')
0 files changed, 0 insertions, 0 deletions