public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/aufs2/files: aufs2-standalone.patch aufs2-standalone-29.patch
@ 2009-06-05 17:20 Thomas Sachau (tommy)
  0 siblings, 0 replies; only message in thread
From: Thomas Sachau (tommy) @ 2009-06-05 17:20 UTC (permalink / raw
  To: gentoo-commits

tommy       09/06/05 17:20:53

  Modified:             aufs2-standalone.patch aufs2-standalone-29.patch
  Log:
  Bump to latest git version, add ramfs support for bug 272418
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/aufs2/files/aufs2-standalone.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch?r1=1.1&r2=1.2

Index: aufs2-standalone.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aufs2-standalone.patch	12 May 2009 17:35:59 -0000	1.1
+++ aufs2-standalone.patch	5 Jun 2009 17:20:53 -0000	1.2
@@ -1,14 +1,5 @@
 aufs2 standalone patch for linux-2.6.28
 
-diff --git a/fs/Makefile b/fs/Makefile
-index d9f8afe..1f206a2 100644
---- a/fs/Makefile
-+++ b/fs/Makefile
-@@ -122,3 +122,4 @@ obj-$(CONFIG_HPPFS)		+= hppfs/
- obj-$(CONFIG_DEBUG_FS)		+= debugfs/
- obj-$(CONFIG_OCFS2_FS)		+= ocfs2/
- obj-$(CONFIG_GFS2_FS)           += gfs2/
-+obj-$(CONFIG_AUFS_FS)           += aufs/
 diff --git a/fs/namei.c b/fs/namei.c
 index d34e0f9..2779304 100644
 --- a/fs/namei.c
@@ -140,18 +131,6 @@
  
  static long __do_fsync(unsigned int fd, int datasync)
  {
-diff --git a/include/linux/Kbuild b/include/linux/Kbuild
-index e531783..14ecb7c 100644
---- a/include/linux/Kbuild
-+++ b/include/linux/Kbuild
-@@ -34,6 +34,7 @@ header-y += atmppp.h
- header-y += atmsap.h
- header-y += atmsvc.h
- header-y += atm_zatm.h
-+header-y += aufs_type.h
- header-y += auto_fs4.h
- header-y += ax25.h
- header-y += b1lli.h
 diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
 index 29aec6e..dfcb13b 100644
 --- a/include/linux/lockdep.h



1.2                  sys-fs/aufs2/files/aufs2-standalone-29.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch?r1=1.1&r2=1.2

Index: aufs2-standalone-29.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs2/files/aufs2-standalone-29.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aufs2-standalone-29.patch	12 May 2009 17:35:59 -0000	1.1
+++ aufs2-standalone-29.patch	5 Jun 2009 17:20:53 -0000	1.2
@@ -1,14 +1,5 @@
 aufs2 standalone patch for linux-2.6.29
 
-diff --git a/fs/Makefile b/fs/Makefile
-index dc20db3..a4e9a65 100644
---- a/fs/Makefile
-+++ b/fs/Makefile
-@@ -124,3 +124,4 @@ obj-$(CONFIG_DEBUG_FS)		+= debugfs/
- obj-$(CONFIG_OCFS2_FS)		+= ocfs2/
- obj-$(CONFIG_BTRFS_FS)		+= btrfs/
- obj-$(CONFIG_GFS2_FS)           += gfs2/
-+obj-$(CONFIG_AUFS_FS)           += aufs/
 diff --git a/fs/namei.c b/fs/namei.c
 index bbc15c2..e54d1b2 100644
 --- a/fs/namei.c
@@ -128,18 +119,6 @@
  
  /**
   *	generic_shutdown_super	-	common helper for ->kill_sb()
-diff --git a/include/linux/Kbuild b/include/linux/Kbuild
-index 106c3ba..d0c7262 100644
---- a/include/linux/Kbuild
-+++ b/include/linux/Kbuild
-@@ -34,6 +34,7 @@ header-y += atmppp.h
- header-y += atmsap.h
- header-y += atmsvc.h
- header-y += atm_zatm.h
-+header-y += aufs_type.h
- header-y += auto_fs4.h
- header-y += ax25.h
- header-y += b1lli.h
 diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h
 index 23bf02f..49e5b47 100644
 --- a/include/linux/lockdep.h






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-05 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 17:20 [gentoo-commits] gentoo-x86 commit in sys-fs/aufs2/files: aufs2-standalone.patch aufs2-standalone-29.patch Thomas Sachau (tommy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox