diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-08-13 07:50:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-08-13 07:50:47 +0000 |
commit | cc0fe3c593378ae030a3a9dcc0ec5c521b03bff5 (patch) | |
tree | 764a1c22e7bdb00d295534bee3145d0d067c26e4 /sys-fs/aufs3/files | |
parent | x86 stable, see bug 427098 (diff) | |
download | historical-cc0fe3c593378ae030a3a9dcc0ec5c521b03bff5.tar.gz historical-cc0fe3c593378ae030a3a9dcc0ec5c521b03bff5.tar.bz2 historical-cc0fe3c593378ae030a3a9dcc0ec5c521b03bff5.zip |
sys-fs/aufs3: Version Bump
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/aufs3/files')
-rw-r--r-- | sys-fs/aufs3/files/aufs3-base-x-rcN.patch | 12 | ||||
-rw-r--r-- | sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch | 16 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sys-fs/aufs3/files/aufs3-base-x-rcN.patch b/sys-fs/aufs3/files/aufs3-base-x-rcN.patch index 205f0d0776cf..7fa26200896d 100644 --- a/sys-fs/aufs3/files/aufs3-base-x-rcN.patch +++ b/sys-fs/aufs3/files/aufs3-base-x-rcN.patch @@ -1,7 +1,7 @@ aufs3.x-rcN base patch diff --git a/fs/inode.c b/fs/inode.c -index 775cbab..1c14ec7 100644 +index ac8d904..7b2c8fa 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -1491,7 +1491,7 @@ static int relatime_need_update(struct vfsmount *mnt, struct inode *inode, @@ -14,10 +14,10 @@ index 775cbab..1c14ec7 100644 if (inode->i_op->update_time) return inode->i_op->update_time(inode, time, flags); diff --git a/fs/splice.c b/fs/splice.c -index 7bf08fa..e3c40b5 100644 +index 41514dd..663b402 100644 --- a/fs/splice.c +++ b/fs/splice.c -@@ -1090,8 +1090,8 @@ EXPORT_SYMBOL(generic_splice_sendpage); +@@ -1093,8 +1093,8 @@ EXPORT_SYMBOL(generic_splice_sendpage); /* * Attempt to initiate a splice from pipe to file. */ @@ -28,7 +28,7 @@ index 7bf08fa..e3c40b5 100644 { ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); -@@ -1118,9 +1118,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, +@@ -1121,9 +1121,9 @@ static long do_splice_from(struct pipe_inode_info *pipe, struct file *out, /* * Attempt to initiate a splice from a file to a pipe. */ @@ -42,10 +42,10 @@ index 7bf08fa..e3c40b5 100644 ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); diff --git a/include/linux/fs.h b/include/linux/fs.h -index 8fabb03..3a21a51 100644 +index aa11047..9116d2e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h -@@ -2606,6 +2606,7 @@ extern int inode_change_ok(const struct inode *, struct iattr *); +@@ -2741,6 +2741,7 @@ extern int inode_change_ok(const struct inode *, struct iattr *); extern int inode_newsize_ok(const struct inode *, loff_t offset); extern void setattr_copy(struct inode *inode, const struct iattr *attr); diff --git a/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch b/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch index 2dcec123f806..47edb847d0ab 100644 --- a/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch +++ b/sys-fs/aufs3/files/aufs3-standalone-x-rcN.patch @@ -1,7 +1,7 @@ aufs3.x-rcN standalone patch diff --git a/fs/file_table.c b/fs/file_table.c -index b3fc4d6..1bcb78d 100644 +index 701985e..a9fe741 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -37,6 +37,7 @@ struct files_stat_struct files_stat = { @@ -22,7 +22,7 @@ index b3fc4d6..1bcb78d 100644 /* diff --git a/fs/inode.c b/fs/inode.c -index 1c14ec7..92b8a01 100644 +index 7b2c8fa..0c4318d 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -56,6 +56,7 @@ static struct hlist_head *inode_hashtable __read_mostly; @@ -42,7 +42,7 @@ index 1c14ec7..92b8a01 100644 /** * touch_atime - update the access time diff --git a/fs/namespace.c b/fs/namespace.c -index c53d338..08b2f0a 100644 +index 4d31f73..fe1eca1 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -50,6 +50,7 @@ EXPORT_SYMBOL_GPL(fs_kobj); @@ -53,7 +53,7 @@ index c53d338..08b2f0a 100644 static inline unsigned long hash(struct vfsmount *mnt, struct dentry *dentry) { -@@ -1344,6 +1345,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg, +@@ -1401,6 +1402,7 @@ int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg, } return 0; } @@ -123,7 +123,7 @@ index f104d56..54f36db 100644 static int fsnotify_mark_destroy(void *ignored) { diff --git a/fs/open.c b/fs/open.c -index 1e914b3..8959129 100644 +index bc132e1..00c1fac 100644 --- a/fs/open.c +++ b/fs/open.c @@ -60,6 +60,7 @@ int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, @@ -135,10 +135,10 @@ index 1e914b3..8959129 100644 static long do_sys_truncate(const char __user *pathname, loff_t length) { diff --git a/fs/splice.c b/fs/splice.c -index e3c40b5..3afc547 100644 +index 663b402..51e1deb 100644 --- a/fs/splice.c +++ b/fs/splice.c -@@ -1114,6 +1114,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out, +@@ -1117,6 +1117,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out, return splice_write(pipe, out, ppos, len, flags); } @@ -146,7 +146,7 @@ index e3c40b5..3afc547 100644 /* * Attempt to initiate a splice from a file to a pipe. -@@ -1140,6 +1141,7 @@ long do_splice_to(struct file *in, loff_t *ppos, +@@ -1143,6 +1144,7 @@ long do_splice_to(struct file *in, loff_t *ppos, return splice_read(in, ppos, pipe, len, flags); } |