Browse Source

util linux patches

Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>
master
basebuilder_pel7ppc64bebuilder0 6 years ago
parent
commit
dc7b18b935
  1. 52
      SOURCES/0096-umount-fix-obsolete-info-about-loop-in-umount.8.patch

52
SOURCES/0096-umount-fix-obsolete-info-about-loop-in-umount.8.patch

@ -0,0 +1,52 @@ @@ -0,0 +1,52 @@
From ad1c931f24e81b169127d611eb8aac72665c4bf2 Mon Sep 17 00:00:00 2001
From: Karel Zak <kzak@redhat.com>
Date: Tue, 30 Aug 2016 10:25:44 +0200
Subject: [PATCH 096/116] umount: fix obsolete info about loop= in umount.8

Upstream: Upstream: Upstream: https://github.com/karelzak/util-linux/commit/d00eb87ba284635e72b10880dfcf409276fa41b0
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1370959
Signed-off-by: Karel Zak <kzak@redhat.com>
---
sys-utils/umount.8 | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/sys-utils/umount.8 b/sys-utils/umount.8
index 1fa653c..f0a712b 100644
--- a/sys-utils/umount.8
+++ b/sys-utils/umount.8
@@ -78,8 +78,10 @@ Do not canonicalize paths. For more details about this option see the
man page.
.TP
\fB\-d\fR, \fB\-\-detach\-loop\fR
-In case the unmounted device was a loop device, also free this loop
-device.
+When the unmounted device was a loop device, also free this loop
+device. This option is unnecessary for devices initialized by
+.BR mount (8),
+in this case "autoclear" functionality is enabled by default.
.TP
\fB\-\-fake\fP
Causes everything to be done except for the actual system call; this 'fakes'
@@ -145,12 +147,14 @@ Print version and exit.
.SH "THE LOOP DEVICE"
The
.B umount
-command will free the loop device (if any) associated with the mount, in
-case it finds the option 'loop=...' in
-.IR /etc/mtab ,
-or when the \-d option was given. Any pending loop devices can be freed
-using 'losetup -d', see
-.BR losetup (8).
+command will automatically detach loop device previously initialized by
+.BR mount (8)
+command independently of /etc/mtab.
+
+In this case the device is initialized with "autoclear" flag (see
+.BR losetup (8)
+output for more details), otherwise it's necessary to use the option \fB \-\-detach\-loop\fR
+or call \fBlosetup -d <device>\fR. The autoclear feature is supported since Linux 2.6.25.
.SH NOTES
The syntax of external umount helpers is:
.PP
--
2.9.3
Loading…
Cancel
Save