]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- bring back llseek to aufs2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 Jan 2011 20:46:16 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-aufs2.patch -> 1.17

kernel-aufs2.patch

index 9b5f6f1573d0d7b85878be098ee4f26b22a69edf..a47575f59bf5ba8c9a4c8069823c5d24633967d8 100644 (file)
@@ -28075,3 +28075,15 @@ diff -urN /usr/share/empty/include/linux/aufs_type.h linux/include/linux/aufs_ty
 +
 +#endif /* __AUFS_TYPE_H__ */
 
+diff --git linux/fs/aufs/f_op.c linux/fs/aufs/f_op.c
+index ff918db..67f2a5b 100644
+--- linux/fs/aufs/f_op.c
++++ linux/fs/aufs/f_op.c
+@@ -871,6 +871,7 @@ const struct file_operations aufs_file_fop = {
+        * in aufs, it may be a real file and may confuse users by UDBA.
+        */
+       /* .llseek              = generic_file_llseek, */
++      .llseek         = default_llseek,
+       .read           = aufs_read,
+       .write          = aufs_write,
This page took 0.120911 seconds and 4 git commands to generate.