projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[rdc] also override the default console settings, not all boards set it (e.g: RDC...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.27
/
980-vm_exports.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.27/980-vm_exports.patch
b/target/linux/generic-2.6/patches-2.6.27/980-vm_exports.patch
index
c11316e
..
35126ee
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.27/980-vm_exports.patch
+++ b/
target/linux/generic-2.6/patches-2.6.27/980-vm_exports.patch
@@
-25,7
+25,7
@@
- fput(vma->vm_file);
- vma->vm_file = file;
- vma->vm_ops = &shmem_vm_ops;
-+ shmem_set_file(vma,
vma->vm_
file);
++ shmem_set_file(vma, file);
return 0;
}
--- a/fs/file.c
This page took
0.025238 seconds
and
4
git commands to generate.