Whamcloud - gitweb
Add a new option to the blkid program, -l, which will more efficiently search
authorTheodore Ts'o <tytso@mit.edu>
Sat, 7 May 2005 21:06:27 +0000 (17:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 7 May 2005 21:06:27 +0000 (17:06 -0400)
commited6acfa337ca74912079b85196cf1263f6daf1a2
tree4aeae5bd667c95cfb58abc19915fe7bcc1d34d17
parent12b3c8ec1d314b8775fc7d9cefd6bfff551f1de0
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).
lib/blkid/ChangeLog
lib/blkid/blkid.h
lib/blkid/devname.c
lib/blkid/tag.c
misc/ChangeLog
misc/blkid.8.in
misc/blkid.c