File util-linux-loop-reuse-08.patch of Package util-linux.4136
From 7aa390db981d7c587940a60fce5ca1b548f1cd74 Mon Sep 17 00:00:00 2001
From: Stanislav Brabec <sbrabec@suse.cz>
Date: Fri, 15 Jul 2016 15:07:38 +0200
Subject: [PATCH 8/20] mount.8: Update loop device documentation
New code checks both offset and sizelimit before re-using loop device.
Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
---
sys-utils/mount.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 0c04a65..f182ef9 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2933,7 +2933,7 @@ You can also free a loop device by hand, using
Since util-linux v2.29 mount command re-uses the loop device rather than
initialize a new device if the same backing file is already mounted with the
-same offset.
+same offset and sizelimit.
.SH RETURN CODES
.B mount
--
2.9.2