projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files, ppp: fix interface shutdown
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.32
/
302-kmod-fuse-dcache-bug-fuse.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.32/302-kmod-fuse-dcache-bug-fuse.patch
b/target/linux/brcm47xx/patches-2.6.32/302-kmod-fuse-dcache-bug-fuse.patch
index
79515d4
..
d6c0b3a
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.32/302-kmod-fuse-dcache-bug-fuse.patch
+++ b/
target/linux/brcm47xx/patches-2.6.32/302-kmod-fuse-dcache-bug-fuse.patch
@@
-1,6
+1,6
@@
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
-@@ -5
27,6 +527
,11 @@ static void fuse_copy_finish(struct fuse
+@@ -5
33,6 +533
,11 @@ static void fuse_copy_finish(struct fuse
}
}
}
}
@@
-12,7
+12,7
@@
/*
* Get another pagefull of userspace buffer, and map it to kernel
* address space, and lock request
/*
* Get another pagefull of userspace buffer, and map it to kernel
* address space, and lock request
-@@ -5
35,6 +540
,9 @@ static int fuse_copy_fill(struct fuse_co
+@@ -5
41,6 +546
,9 @@ static int fuse_copy_fill(struct fuse_co
{
unsigned long offset;
int err;
{
unsigned long offset;
int err;
@@
-22,7
+22,7
@@
unlock_request(cs->fc, cs->req);
fuse_copy_finish(cs);
unlock_request(cs->fc, cs->req);
fuse_copy_finish(cs);
-@@ -5
46,14 +554
,22 @@ static int fuse_copy_fill(struct fuse_co
+@@ -5
52,14 +560
,22 @@ static int fuse_copy_fill(struct fuse_co
cs->nr_segs--;
}
down_read(¤t->mm->mmap_sem);
cs->nr_segs--;
}
down_read(¤t->mm->mmap_sem);
@@
-45,7
+45,7
@@
cs->buf = cs->mapaddr + offset;
cs->len = min(PAGE_SIZE - offset, cs->seglen);
cs->seglen -= cs->len;
cs->buf = cs->mapaddr + offset;
cs->len = min(PAGE_SIZE - offset, cs->seglen);
cs->seglen -= cs->len;
-@@ -5
67,6 +583
,11 @@ static int fuse_copy_do(struct fuse_copy
+@@ -5
73,6 +589
,11 @@ static int fuse_copy_do(struct fuse_copy
{
unsigned ncpy = min(*size, cs->len);
if (val) {
{
unsigned ncpy = min(*size, cs->len);
if (val) {
@@
-69,7
+69,7
@@
#include <linux/fs.h>
--- a/fs/fuse/inode.c
+++ b/fs/fuse/inode.c
#include <linux/fs.h>
--- a/fs/fuse/inode.c
+++ b/fs/fuse/inode.c
-@@ -1
055,6 +1055
,10 @@ static int __init fuse_init(void)
+@@ -1
201,6 +1201
,10 @@ static int __init fuse_init(void)
printk(KERN_INFO "fuse init (API version %i.%i)\n",
FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION);
printk(KERN_INFO "fuse init (API version %i.%i)\n",
FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION);
This page took
0.027095 seconds
and
4
git commands to generate.