From: Christoph Hellwig Date: Sun, 18 Dec 2011 20:00:08 +0000 (+0000) Subject: xfs: make i_flags an unsigned long X-Git-Tag: v3.3-rc1~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e4c70e52a2bc2090e5a4e003e2888af21d6a2b;p=pandora-kernel.git xfs: make i_flags an unsigned long To be used for bit wakeup i_flags needs to be an unsigned long or we'll run into trouble on big endian systems. Because of the 1-byte i_update field right after it this actually causes a fairly large size increase on its own (4 or 8 bytes), but that increase will be more than offset by the next two patches. Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed