]> Git Repo - linux.git/commit - fs/ext4/ext4.h
ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
authorAneesh Kumar K.V <[email protected]>
Fri, 15 Jan 2010 06:27:59 +0000 (01:27 -0500)
committerTheodore Ts'o <[email protected]>
Fri, 15 Jan 2010 06:27:59 +0000 (01:27 -0500)
commit1296cc85c26e94eb865d03f82140f27d598de467
treeb8a2bc06ecd992a86179ebcd9c087994c676c291
parent5f634d064c709ea02c3cdaa850a08323a4a4bf28
ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag

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 <[email protected]>
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c
This page took 0.051401 seconds and 4 git commands to generate.