Blame SOURCES/0042-Manual-pages-losetup.8-Fix-direct-io-defaults.patch

7714f9
From 0717177be22588d4e419de280eccd0eeafb15016 Mon Sep 17 00:00:00 2001
7714f9
From: Rupesh Girase <rgirase@redhat.com>
7714f9
Date: Thu, 18 Jun 2020 19:17:41 +0530
7714f9
Subject: [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults
7714f9
7714f9
"--direct-io" option is "off" by default while configuring
7714f9
loop device but it's mentioned "on" in man page.
7714f9
7714f9
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1848919
7714f9
Upstream: http://github.com/karelzak/util-linux/commit/4bee67e2d1a78abc52e89c6eb71f0efc8a278ce9
7714f9
Signed-off-by: Rupesh Girase <rgirase@redhat.com>
7714f9
---
7714f9
 sys-utils/losetup.8 | 2 +-
7714f9
 1 file changed, 1 insertion(+), 1 deletion(-)
7714f9
7714f9
diff --git a/sys-utils/losetup.8 b/sys-utils/losetup.8
7714f9
index cdb9ed052..c87c231b6 100644
7714f9
--- a/sys-utils/losetup.8
7714f9
+++ b/sys-utils/losetup.8
7714f9
@@ -130,7 +130,7 @@ Set up a read-only loop device.
7714f9
 .BR \-\-direct\-io [ =on | off ]
7714f9
 Enable or disable direct I/O for the backing file.  The optional argument
7714f9
 can be either \fBon\fR or \fBoff\fR.  If the argument is omitted, it defaults
7714f9
-to \fBon\fR.
7714f9
+to \fBoff\fR.
7714f9
 .TP
7714f9
 .BR \-v , " \-\-verbose"
7714f9
 Verbose mode.
7714f9
-- 
7714f9
2.25.4
7714f9