git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48226a
)
Revert "blkid: Fix mistake in previous commit."
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 4 Dec 2011 16:47:29 +0000
(16:47 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 4 Dec 2011 16:47:29 +0000
(16:47 +0000)
This reverts commit
c48226a5026816b115ab63b50d3601531aff59dc
.
daemon/blkid.c
patch
|
blob
|
history
diff --git
a/daemon/blkid.c
b/daemon/blkid.c
index
79f4d83
..
c610a41
100644
(file)
--- a/
daemon/blkid.c
+++ b/
daemon/blkid.c
@@
-98,7
+98,7
@@
do_blkid(const char *device)
"blkid",
/* Adding -c option kills all caching, even on RHEL 5. */
"-c", "/dev/null",
- "-i", "-o", "export", device, NULL);
+ "-
p", "-
i", "-o", "export", device, NULL);
if (r == -1) {
reply_with_error("%s", err);
goto error;