1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Upgrade fuse to 2.6.5 (#1955)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7716 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-06-23 15:54:36 +00:00
parent cad5267742
commit b947ccab5d
8 changed files with 47 additions and 39 deletions

View File

@@ -1,5 +1,7 @@
--- fuse.old/kernel/dev.c 2007-01-28 21:26:41.000000000 +0000
+++ fuse.dev/kernel/dev.c 2007-05-29 00:28:47.000000000 +0100
Index: fuse-2.6.5/kernel/dev.c
===================================================================
--- fuse-2.6.5.orig/kernel/dev.c 2007-06-23 13:03:50.000000000 +0200
+++ fuse-2.6.5/kernel/dev.c 2007-06-23 13:03:51.000000000 +0200
@@ -21,7 +21,11 @@
MODULE_ALIAS_MISCDEV(FUSE_MINOR);
#endif
@@ -12,7 +14,7 @@
static struct fuse_conn *fuse_get_conn(struct file *file)
{
@@ -1093,9 +1093,13 @@
@@ -1093,9 +1097,13 @@
int __init fuse_dev_init(void)
{
int err = -ENOMEM;
@@ -26,8 +28,10 @@
if (!fuse_req_cachep)
goto out;
--- fuse.old/kernel/inode.c 2007-02-04 13:34:51.000000000 +0000
+++ fuse.dev/kernel/inode.c 2007-05-29 00:26:12.000000000 +0100
Index: fuse-2.6.5/kernel/inode.c
===================================================================
--- fuse-2.6.5.orig/kernel/inode.c 2007-06-23 13:03:50.000000000 +0200
+++ fuse-2.6.5/kernel/inode.c 2007-06-23 13:03:51.000000000 +0200
@@ -24,7 +24,7 @@
MODULE_LICENSE("GPL");
#endif