From: Jan Blunck Date: Wed, 18 Nov 2009 16:10:56 +0000 (+0100) Subject: ext2: Explicitly assign values to on-disk enum of filetypes X-Git-Tag: v2.6.33-rc1~311^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad888a1f07a72fc7d19286b4ce5c154172a06eed;p=pandora-kernel.git ext2: Explicitly assign values to on-disk enum of filetypes It is somewhat dangerous to use a straight enum here, because this will reassign values of later variables if one of the earlier ones is removed. Signed-off-by: Jan Blunck Cc: Andreas Dilger Signed-off-by: Jan Kara --- Reading git-diff-tree failed