]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 18 Feb 2013 05:28:04 +0000 (00:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 Feb 2013 05:28:04 +0000 (00:28 -0500)
commit1326c2b1fcebc76ddd0ee0d68bf743a9f8139093
treea5f1530857cc089bcfe1de44bbf6746d6acee0e6
parentcf2f205b3345b76cc491aa1ab881ce0e4c0db27a
ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag

This commit lets ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag
because in later commit ext4_map_blocks needs to use this flag to
determine the extent status.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/ext4/extents.c
fs/ext4/inode.c