git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56818d
)
ext2: Explicitly assign values to on-disk enum of filetypes
author
Jan Blunck
<jblunck@suse.de>
Wed, 18 Nov 2009 16:10:56 +0000
(17:10 +0100)
committer
Jan Kara
<jack@suse.cz>
Thu, 10 Dec 2009 14:02:51 +0000
(15:02 +0100)
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 <jblunck@suse.de>
Cc: Andreas Dilger <adilger@sun.com>
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found