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:
ee4a3fc
)
ext4: remove the I_VERSION mount flag and use the super_block flag instead
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 2 Mar 2012 17:23:11 +0000
(12:23 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 2 Mar 2012 17:23:11 +0000
(12:23 -0500)
There's no point to have two bits that are set in parallel; so use the
MS_I_VERSION flag that is needed by the VFS anyway, and that way we
free up a bit in sbi->s_mount_opts.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found