]> err.no Git - util-linux/commit
blkid: add fallback to ext4 for 2.6.29+ kernels if ext2 is not present
authorTheodore Ts'o <tytso@mit.edu>
Mon, 9 Mar 2009 11:38:02 +0000 (12:38 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Mar 2009 11:38:02 +0000 (12:38 +0100)
commit5642b0472f7fc4d8a93e330b6511e86b3ebcfb31
tree79d45ff6a4ebcc477787f675ac8826fef1f38051
parentbe221b3a9d4b2a0be90d9c12ddb7f8ece568b2f9
blkid: add fallback to ext4 for 2.6.29+ kernels if ext2 is not present

Starting in 2.6.29, ext4 can be used to support filesystems without a
journal.  So if ext2 is not present, and the kernel version is greater
than 2.6.29, and ext4 is present, return a filesystme type of ext4.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> blkid: Add fallback to
ext4 for 2.6.29+ kernels if ext2 is not present

Starting in 2.6.29, ext4 can be used to support filesystems without a
journal.  So if ext2 is not present, and the kernel version is greater
than 2.6.29, and ext4 is present, return a filesystme type of ext4.

[kzak@redhat.com: port from e2fsprogs to util-linux-ng tree]

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Karel Zak <kzak@redhat.com>
libs/blkid/src/probers/ext.c