Author: shadzik Date: Thu Oct 21 12:48:29 2010 GMT
Module: packages Tag: Titanium
---- Log message:
- fix compat_ioctl
---- Files affected:
packages/kernel-desktop:
kernel-desktop-unionfs.patch (1.2.2.9 -> 1.2.2.10)
---- Diffs:
================================================================
Index: packages/kernel-desktop/kernel-desktop-unionfs.patch
diff -u packages/kernel-desktop/kernel-desktop-unionfs.patch:1.2.2.9
packages/kernel-desktop/kernel-desktop-unionfs.patch:1.2.2.10
--- packages/kernel-desktop/kernel-desktop-unionfs.patch:1.2.2.9 Thu Oct
21 13:58:46 2010
+++ packages/kernel-desktop/kernel-desktop-unionfs.patch Thu Oct 21
14:48:23 2010
@@ -1492,9 +1492,9 @@
+ if (lower_file->f_op->unlocked_ioctl) {
+ err = lower_file->f_op->unlocked_ioctl(lower_file, cmd, arg);
+#ifdef CONFIG_COMPAT
-+ } else if (lower_file->f_op->ioctl) {
++ } else if (lower_file->f_op->comapt_ioctl) {
+ err = lower_file->f_op->compat_ioctl(
-+ lower_file->f_path.dentry->d_inode,
++ //lower_file->f_path.dentry->d_inode,
+ lower_file, cmd, arg);
+#endif
+ }
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel-desktop/kernel-desktop-unionfs.patch?r1=1.2.2.9&r2=1.2.2.10&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit