Whamcloud - gitweb
Add EXT_JOURNAL to the blkid tag of ext3 filesystems.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 10 Mar 2006 23:11:35 +0000 (18:11 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 Mar 2006 23:11:35 +0000 (18:11 -0500)
commitba5e38494e6b42d77f76d9ad18744388958eca7c
tree99ebd10bbc91fb11b2da4e2fc90538069bf98965
parentb1c52b26a44efeb366402985763c242a4b21aeb1
Add EXT_JOURNAL to the blkid tag of ext3 filesystems.

If the filesystem has an external journal, store the UUID of the
external journal in the tag EXT_JOURNAL.

If the filesystem type has changed, clear all the tags on the device,
not just a preset list of LABEL, UUID, TYPE, and SEC_TYPE.

Fix a bug so that blkid_set_tag will work correctly when freeing a tag
when the input name parameter comes from the tag that we are freeing.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/blkid/ChangeLog
lib/blkid/probe.c
lib/blkid/probe.h
lib/blkid/tag.c