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:08:22 CET 2007


Author: mguevara                     Date: Tue Jan 16 15:08:21 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for include/linux/fs.h

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

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-vs2.3.patch
diff -u SOURCES/linux-2.6-vs2.3.patch:1.2.2.21 SOURCES/linux-2.6-vs2.3.patch:1.2.2.22
--- SOURCES/linux-2.6-vs2.3.patch:1.2.2.21	Tue Jan 16 15:57:26 2007
+++ SOURCES/linux-2.6-vs2.3.patch	Tue Jan 16 16:08:16 2007
@@ -13559,9 +13559,9 @@
 --- linux-2.6.19.1/include/linux/fs.h	2006-11-30 21:19:38 +0100
 +++ linux-2.6.19.1-vs2.3.0.6/include/linux/fs.h	2006-12-17 04:16:36 +0100
 @@ -120,6 +120,8 @@ extern int dir_notify_enable;
- #define MS_PRIVATE	(1<<18)	/* change to private */
  #define MS_SLAVE	(1<<19)	/* change to slave */
  #define MS_SHARED	(1<<20)	/* change to shared */
+ #define MS_RELATIME	(1<<21)	/* Update atime relative to mtime/ctime. */
 +#define MS_TAGGED	(1<<24) /* use generic inode tagging */
 +#define MS_TAGID	(1<<25) /* use specific tag for this mount */
  #define MS_ACTIVE	(1<<30)
================================================================

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



More information about the pld-cvs-commit mailing list