Whamcloud - gitweb
blkid: recognize ext4(dev) without journal
authorEric Sandeen <sandeen@redhat.com>
Wed, 25 Feb 2009 05:17:54 +0000 (23:17 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Mar 2009 07:44:07 +0000 (02:44 -0500)
commita90f5391dda78f7bc4a8196a78355584ace0adf5
tree1208e4d543c6e4a0dfc5c94747c3f78f77baba5d
parenteb630fd8708ae433e55e384079c08e0f0f040d22
blkid: recognize ext4(dev) without journal

ext4/ext4dev no longer require a journal.

w/o this blkid doesn't recognize after:

# mkfs.ext4 /dev/blah
# tune2fs -O ^has_journal
# blkid /dev/blah

We still must have one ext3-incompat-feature to flag
as ext4(dev) so we shouldn't ever mis-recognize it.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/blkid/probe.c