From 7aa390db981d7c587940a60fce5ca1b548f1cd74 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 15 Jul 2016 15:07:38 +0200 Subject: [PATCH] mount.8: Update loop device documentation New code checks both offset and sizelimit before re-using loop device. Signed-off-by: Stanislav Brabec --- 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 0c04a65abf..f182ef9595 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.47.3