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:
748de67
)
ext4: change s_mount_opt to be an unsigned int
author
Theodore Ts'o
<tytso@mit.edu>
Sat, 13 Jun 2009 14:09:41 +0000
(10:09 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 13 Jun 2009 14:09:41 +0000
(10:09 -0400)
We can only fit 32 options in s_mount_opt because an unsigned long is
32-bits on a x86 machine. So use an unsigned int to save space on
64-bit platforms.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found