SOURCES (LINUX_2_6_20): linux-2.6-vs2.3.patch - fix for include/li...

mguevara mguevara at pld-linux.org
Tue Jan 16 16:16:45 CET 2007


Author: mguevara                     Date: Tue Jan 16 15:16:45 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for include/linux/mount.h
   CHANGING MNT_RDONLY from 0x20 to 0x25 (used by MNT_RELATIME)

---- Files affected:
SOURCES:
   linux-2.6-vs2.3.patch (1.2.2.22 -> 1.2.2.23) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.22 SOURCES/linux-2.6-vs2.3.patch:1.2.2.23
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.22	Tue Jan 16 16:08:16 2007
+++ SOURCES/linux-2.6-vs2.3.patch	Tue Jan 16 16:16:40 2007
@@ -13850,10 +13850,10 @@
 --- linux-2.6.19.1/include/linux/mount.h	2006-09-20 16:58:44 +0200
 +++ linux-2.6.19.1-vs2.3.0.6/include/linux/mount.h	2006-11-08 04:57:52 +0100
 @@ -27,12 +27,16 @@ struct namespace;
- #define MNT_NOEXEC	0x04
  #define MNT_NOATIME	0x08
  #define MNT_NODIRATIME	0x10
-+#define MNT_RDONLY	0x20
+ #define MNT_RELATIME	0x20
++#define MNT_RDONLY	0x25
 +
 +#define MNT_IS_RDONLY(m)	((m) && ((m)->mnt_flags & MNT_RDONLY))
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-vs2.3.patch?r1=1.2.2.22&r2=1.2.2.23&f=u



More information about the pld-cvs-commit mailing list