From: Theodore Ts'o Date: Thu, 17 Sep 2009 12:32:22 +0000 (-0400) Subject: ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags X-Git-Tag: v2.6.32-rc1~633^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9c12f44c1eb614fd3b8822bfe8f1f5d8e53737;p=pandora-kernel.git ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags EXT4_EXT_MIGRATE is only intended to be used for an in-memory flag, and the hex value assigned to it collides with FS_DIRECTIO_FL (which is also stored in i_flags). There's no reason for the EXT4_EXT_MIGRATE bit to be stored in i_flags, so we switch it to use i_state instead. Cc: "Aneesh Kumar K.V" Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed