ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 15 Jan 2010 06:27:59 +0000 (01:27 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 15 Jan 2010 06:27:59 +0000 (01:27 -0500)
We should update reserve space if it is delalloc buffer
and that is indicated by EXT4_GET_BLOCKS_DELALLOC_RESERVE flag.
So use EXT4_GET_BLOCKS_DELALLOC_RESERVE in place of
EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

No differences found