Author: arekm                        Date: Wed Dec 16 16:03:22 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- export some fuse symbols

---- Files affected:
packages/kernel:
   kernel-grsec_fixes.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-grsec_fixes.patch
diff -u packages/kernel/kernel-grsec_fixes.patch:1.5 
packages/kernel/kernel-grsec_fixes.patch:1.6
--- packages/kernel/kernel-grsec_fixes.patch:1.5        Wed Dec 16 11:43:59 2009
+++ packages/kernel/kernel-grsec_fixes.patch    Wed Dec 16 17:03:17 2009
@@ -149,3 +149,37 @@
        help
          Various /proc files exist to monitor process memory utilization:
 
+--- linux-2.6.32/fs/fuse/dev.c~        2009-12-16 16:17:39.332389382 +0100
++++ linux-2.6.32/fs/fuse/dev.c 2009-12-16 16:38:16.242858865 +0100
+@@ -831,6 +831,7 @@
+       spin_unlock(&fc->lock);
+       return err;
+ }
++EXPORT_SYMBOL_GPL(fuse_dev_read);
+ 
+ static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size,
+                           struct fuse_copy_state *cs)
+@@ -1093,6 +1094,7 @@
+       fuse_copy_finish(&cs);
+       return err;
+ }
++EXPORT_SYMBOL_GPL(fuse_dev_write);
+ 
+ unsigned fuse_dev_poll(struct file *file, poll_table *wait)
+ {
+@@ -1112,6 +1114,7 @@
+ 
+       return mask;
+ }
++EXPORT_SYMBOL_GPL(fuse_dev_poll);
+ 
+ /*
+  * Abort all requests on the given list (pending or processing)
+@@ -1229,6 +1232,7 @@
+       /* No locking - fasync_helper does its own locking */
+       return fasync_helper(fd, file, on, &fc->fasync);
+ }
++EXPORT_SYMBOL_GPL(fuse_dev_fasync);
+ 
+ const struct file_operations fuse_dev_operations = {
+       .owner          = THIS_MODULE,
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_fixes.patch?r1=1.5&r2=1.6&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to