]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/mke2fs.8.in
get_device_by_label.[ch], fsck.c, util.c: New interpret_spec()
authorAndreas Dilger <adilger@clusterfs.com>
Fri, 17 Aug 2001 09:48:11 +0000 (03:48 -0600)
committerAndreas Dilger <adilger@clusterfs.com>
Fri, 17 Aug 2001 09:48:11 +0000 (03:48 -0600)
commit2d15576dfe8ffd8521a6f4211cef3d2a663dc379
tree926780492e8c88d8fcef4379135c2dc1bbe0faac
parentf27728adac8c8332313d84110f50c3568093b4a8
get_device_by_label.[ch], fsck.c, util.c:  New interpret_spec()
        function in get_device_by_label.c to allow the use of
        UUID= or LABEL= when creating filesystems which use external
        journal dev (e.g.  mke2fs -J device=LABEL=<journal_label>).

tune2fs.c: Use superblock s_journal_uuid to locate an external
        journal device instead of s_journal_dev when removing it.
        Allow opening journal devices to set the label and UUID
        in the ext2 superblock.

mke2fs.c, tune2fs.c: Free journal_device after use, as it is
        malloc'd in interpret spec.
misc/ChangeLog
misc/Makefile.in
misc/fsck.c
misc/get_device_by_label.c
misc/get_device_by_label.h
misc/mke2fs.8.in
misc/mke2fs.c
misc/tune2fs.8.in
misc/tune2fs.c
misc/util.c