From: Theodore Ts'o Date: Sat, 17 Aug 2013 01:22:41 +0000 (-0400) Subject: ext4: use unsigned int for es_status values X-Git-Tag: v3.12-rc1~148^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3be78c73179c9347bdc0a92b2898063bd2300ff7;p=pandora-kernel.git ext4: use unsigned int for es_status values Don't use an unsigned long long for the es_status flags; this requires that we pass 64-bit values around which is painful on 32-bit systems. Instead pass the extent status flags around using the low 4 bits of an unsigned int, and shift them into place when we are reading or writing es_pblk. Signed-off-by: "Theodore Ts'o" Reviewed-by: Zheng Liu --- Reading git-diff-tree failed