Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37906463
en ru br
ALT Linux repos
S:2.39.2-alt1
5.0: 2.14.1-alt1
4.1: 2.13-alt8
4.0: 2.12r-alt6
3.0: 2.12q-alt1

Group :: System/Base
RPM: util-linux

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: util-linux-2.12r-rh-mount-comment.patch
Download


The original MS_COMMENT is in conflict with MS_UNBINDABLE.
--- util-linux-2.12r/mount/mount.c.orig	2007-01-31 15:30:42 +0000
+++ util-linux-2.12r/mount/mount.c	2007-01-31 15:31:13 +0000
@@ -99,7 +99,7 @@ struct opt_map {
 #define MS_USER		0x20000000
 #define MS_OWNER	0x10000000
 #define MS_GROUP	0x08000000
-#define MS_COMMENT	0x00020000
+#define MS_COMMENT	0x02000000
 #define MS_LOOP		0x00010000
 
 /* Options that we keep the mount system call from seeing.  */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin