diff options
author | Theodore Ts'o <tytso@mit.edu> | 2005-05-07 17:06:27 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2005-05-07 17:06:27 -0400 |
commit | ed6acfa337ca74912079b85196cf1263f6daf1a2 (patch) | |
tree | 4aeae5bd667c95cfb58abc19915fe7bcc1d34d17 /misc/ChangeLog | |
parent | 12b3c8ec1d314b8775fc7d9cefd6bfff551f1de0 (diff) | |
download | e2fsprogs-ed6acfa337ca74912079b85196cf1263f6daf1a2.tar.gz |
Add a new option to the blkid program, -l, which will more efficiently search
for a single device.
Add a new function to the blkid library, blkid_probe_all_new().
Optimize blkid_find_dev_with_tag() so that extraneous device validation are
skipped. (Makes a difference for system with a large number of disks).
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r-- | misc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index b0b87f6d..67dec48f 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -4,6 +4,10 @@ blkid_dev_has_tag(). Remove compare_search_type() since it has been obseleted by blkid_dev_has_tag(). + * blkid.c (main): Add a new flag, -l, which will use a more + efficient method to find the device that matches a + particular tag specifier. + 2005-05-06 Theodore Ts'o <tytso@mit.edu> * blkid.c (main): Use an int instead of an char to store the |