summaryrefslogtreecommitdiffstats
path: root/libmount/src/mountP.h
diff options
context:
space:
mode:
authorKarel Zak2013-02-13 12:36:10 +0100
committerKarel Zak2013-02-13 12:36:10 +0100
commit82a2c1600ddc50b6c0bf0f521035b9b82a6e0a8e (patch)
tree26385585e61af105caa694a830b9fa55f254f649 /libmount/src/mountP.h
parentchfn: Add libuser support (diff)
downloadkernel-qcow2-util-linux-82a2c1600ddc50b6c0bf0f521035b9b82a6e0a8e.tar.gz
kernel-qcow2-util-linux-82a2c1600ddc50b6c0bf0f521035b9b82a6e0a8e.tar.xz
kernel-qcow2-util-linux-82a2c1600ddc50b6c0bf0f521035b9b82a6e0a8e.zip
libmount: correctly propagate ambivalent blkid probing results
libmount ignores "ambivalent probing result" from libblkid and tries filesystems /etc/filesystems. This is incorrect behavior. Reported-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/mountP.h')
-rw-r--r--libmount/src/mountP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmount/src/mountP.h b/libmount/src/mountP.h
index 0fe5b1d86..8eb677cdc 100644
--- a/libmount/src/mountP.h
+++ b/libmount/src/mountP.h
@@ -338,7 +338,6 @@ struct libmnt_context
int utab_writable; /* is utab writable */
int flags; /* private context flags */
- int ambi; /* libblkid returns ambivalent result */
char *helper; /* name of the used /sbin/[u]mount.<type> helper */
int helper_status; /* helper wait(2) status */