commit | 1361821e7e248166f0740c832b164e6cd6b89de9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Mar 08 18:56:41 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 08 18:56:41 2009 -0400 |
tree | 643a006e00e5c5eb2330094c57787940dd22b622 | |
parent | a90f5391dda78f7bc4a8196a78355584ace0adf5 [diff] |
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>