summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.27/980-vm_exports.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/980-vm_exports.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/980-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
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 c11316edf..35126ee8f 100644
--- 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