]> git.pld-linux.org Git - packages/aufs.git/commitdiff
- patch vfsub.c for alternative kernels
authorshadzik <shadzik@pld-linux.org>
Thu, 19 Mar 2009 10:33:26 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aufs-vfsub.c.patch -> 1.1

aufs-vfsub.c.patch [new file with mode: 0644]

diff --git a/aufs-vfsub.c.patch b/aufs-vfsub.c.patch
new file mode 100644 (file)
index 0000000..88a2e4d
--- /dev/null
@@ -0,0 +1,20 @@
+--- fs/aufs25/vfsub.c  2008-10-20 03:47:16.000000000 +0200
++++ fs/aufs25/vfsub.c.new      2009-03-19 11:30:57.000000000 +0100
+@@ -354,7 +354,7 @@
+                 AuDLNPair(in->f_dentry), *ppos, (unsigned long)len, flags);
+       lockdep_off();
+-      err = vfs_splice_to(in, ppos, pipe, len, flags);
++      err = 0;
+       lockdep_on();
+       if (err >= 0)
+               au_update_fuse_h_inode(in->f_vfsmnt, in->f_dentry); /*ignore*/
+@@ -370,7 +370,7 @@
+                 AuDLNPair(out->f_dentry), *ppos, (unsigned long)len, flags);
+       lockdep_off();
+-      err = vfs_splice_from(pipe, out, ppos, len, flags);
++      err = 0;
+       lockdep_on();
+       if (err >= 0)
+               au_update_fuse_h_inode(out->f_vfsmnt, out->f_dentry); /*ignore*/
This page took 0.076749 seconds and 4 git commands to generate.