LWN.net Logo

The 3.8 kernel is out

The 3.8 kernel is out

Posted Feb 20, 2013 17:21 UTC (Wed) by rodrigorc (guest, #89475)
In reply to: The 3.8 kernel is out by mb
Parent article: The 3.8 kernel is out

Looking at the code, it looks like it creates a new ext4 "incompatible feature". That is, you will be able to specify it using `mke2fs -O <whatever>`, but then you will not be able to mount this filesystem in an older kernel, not even read-only, as it is marked as *incompatible*.

Now, I don't know if it will be enabled by default or if it will be changeable with `tune2fs`... more code reading required.


(Log in to post comments)

The 3.8 kernel is out

Posted Feb 20, 2013 19:50 UTC (Wed) by mb (subscriber, #50428) [Link]

That makes sense.
Thanks for checking the code.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds