[kernel] also workaround gcc4.1 bug with binfmt_elf for 2.6.30
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.27 / 980-vm_exports.patch
index c11316e..35126ee 100644 (file)
@@ -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.025071 seconds and 4 git commands to generate.