From: Lukas Czerner Date: Mon, 21 Apr 2014 03:44:47 +0000 (-0400) Subject: ext4: get rid of EXT4_MAP_UNINIT flag X-Git-Tag: omap-for-v3.16/fixes-against-rc1~88^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090f32ee4ef0a59c738963c6b0a6948cc5dee84c;p=pandora-kernel.git ext4: get rid of EXT4_MAP_UNINIT flag Currently EXT4_MAP_UNINIT is used in dioread_nolock case to mark the cases where we're using dioread_nolock and we're writing into either unallocated, or unwritten extent, because we need to make sure that any DIO write into that inode will wait for the extent conversion. However EXT4_MAP_UNINIT is not only entirely misleading name but also unnecessary because we can check for EXT4_MAP_UNWRITTEN in the dioread_nolock case instead. This commit removes EXT4_MAP_UNINIT flag. Signed-off-by: Lukas Czerner Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed