diff options
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index bcc7372aebbc..c1fc205a92c6 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -104,6 +104,10 @@ | |||
104 | * | 104 | * |
105 | * ->task->proc_lock | 105 | * ->task->proc_lock |
106 | * ->dcache_lock (proc_pid_lookup) | 106 | * ->dcache_lock (proc_pid_lookup) |
107 | * | ||
108 | * (code doesn't rely on that order, so you could switch it around) | ||
109 | * ->tasklist_lock (memory_failure, collect_procs_ao) | ||
110 | * ->i_mmap_lock | ||
107 | */ | 111 | */ |
108 | 112 | ||
109 | /* | 113 | /* |