libguestfs/0050-daemon-findfs.ml-Fix-whitespace.patch
Richard W.M. Jones 5400e4953a inspection: Resolve PARTUUID= and PARTLABEL= in /etc/fstab
resolves: RHEL-40142, RHEL-46596
2024-07-08 14:59:36 +01:00

24 lines
722 B
Diff

From 2515d69e6c3f32827856014710ffd8af2c0260bb Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Mon, 8 Jul 2024 14:37:06 +0100
Subject: [PATCH] daemon/findfs.ml: Fix whitespace
(cherry picked from commit 4c5c0782af0903dff053e758977b49566f7ed096)
---
daemon/findfs.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daemon/findfs.ml b/daemon/findfs.ml
index 09ac0388..cf2ba4a8 100644
--- a/daemon/findfs.ml
+++ b/daemon/findfs.ml
@@ -26,7 +26,7 @@ open Utils
let rec findfs_uuid uuid =
findfs "UUID" uuid
and findfs_label label =
- findfs "LABEL"label
+ findfs "LABEL" label
and findfs tag str =
(* Kill the cache file, forcing blkid to reread values from the