diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-03 15:09:07 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-03 15:09:07 +0100 |
commit | e8cfc3f693e8a0cbfc489564c76e00c074f63066 (patch) | |
tree | 6b89cd91d9fc4b8138b3c5ea08c7c619f1bc0017 /include | |
parent | 97e528164183c9a9b4768b0d078b3039a1a6ae36 (diff) | |
download | busybox-w32-e8cfc3f693e8a0cbfc489564c76e00c074f63066.tar.gz busybox-w32-e8cfc3f693e8a0cbfc489564c76e00c074f63066.tar.bz2 busybox-w32-e8cfc3f693e8a0cbfc489564c76e00c074f63066.zip |
blkid: if parameters are given, do not scan /dev
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/volume_id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/volume_id.h b/include/volume_id.h index 4a78cd1e4..a83da899e 100644 --- a/include/volume_id.h +++ b/include/volume_id.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | char *get_devname_from_label(const char *spec); | 21 | char *get_devname_from_label(const char *spec); |
22 | char *get_devname_from_uuid(const char *spec); | 22 | char *get_devname_from_uuid(const char *spec); |
23 | void display_uuid_cache(void); | 23 | void display_uuid_cache(int scan_devices); |
24 | 24 | ||
25 | /* Returns: | 25 | /* Returns: |
26 | * 0: no UUID= or LABEL= prefix found | 26 | * 0: no UUID= or LABEL= prefix found |