ALSA: hda - Add ALC661/259, ALC892/888VD support
[firefly-linux-kernel-4.4.55.git] / mm / filemap.c
index 33349adb227a9c46edef94e06cab205b8f6113bc..ef169f37156da22cc3f07d5dd9092dea00315b7f 100644 (file)
  *
  *  ->task->proc_lock
  *    ->dcache_lock            (proc_pid_lookup)
+ *
+ *  (code doesn't rely on that order, so you could switch it around)
+ *  ->tasklist_lock             (memory_failure, collect_procs_ao)
+ *    ->i_mmap_lock
  */
 
 /*
@@ -1607,7 +1611,7 @@ page_not_uptodate:
 }
 EXPORT_SYMBOL(filemap_fault);
 
-struct vm_operations_struct generic_file_vm_ops = {
+const struct vm_operations_struct generic_file_vm_ops = {
        .fault          = filemap_fault,
 };