diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-06-05 17:20:53 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-06-05 17:20:53 +0000 |
commit | 5d24063cb5e5b3d541bb3b967a22a799f314d7f7 (patch) | |
tree | 579c4d2052ace101cb3c9092d6c64fd72596a82f /sys-fs/aufs2/files/aufs2-standalone.patch | |
parent | Add ~sparc for testing, part of Bug #272046. (diff) | |
download | gentoo-2-5d24063cb5e5b3d541bb3b967a22a799f314d7f7.tar.gz gentoo-2-5d24063cb5e5b3d541bb3b967a22a799f314d7f7.tar.bz2 gentoo-2-5d24063cb5e5b3d541bb3b967a22a799f314d7f7.zip |
Bump to latest git version, add ramfs support for bug 272418
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/aufs2/files/aufs2-standalone.patch')
-rw-r--r-- | sys-fs/aufs2/files/aufs2-standalone.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-fs/aufs2/files/aufs2-standalone.patch b/sys-fs/aufs2/files/aufs2-standalone.patch index 775f9ed7ef21..aacd3760e849 100644 --- a/sys-fs/aufs2/files/aufs2-standalone.patch +++ b/sys-fs/aufs2/files/aufs2-standalone.patch @@ -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 @@ index 2967562..34040d6 100644 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 |