]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents
authorJie Liu <jeff.liu@oracle.com>
Thu, 13 Jun 2013 03:13:59 +0000 (23:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Jun 2013 03:13:59 +0000 (23:13 -0400)
commitc40ae4c163da31409c5f0cb51af511bb11b50782
treeca9121413d53b7e61892382baa1bcab646c8eb0c
parentbcf3f40a36cb31c621b4bb533b220c80b0cc5f15
ext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents

Return the FIEMAP_EXTENT_UNKNOWN flag as well except the
FIEMAP_EXTENT_DELALLOC because the data location of an
delayed allocation extent is unknown.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
fs/ext4/extents.c