lkml.org 
[lkml]   [2006]   [Oct]   [13]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromNick Piggin <>
Subject[patch 4/6] mm: comment mmap_sem / lock_page lockorder
DateFri, 13 Oct 2006 18:44:32 +0200 (CEST)
Add a few more examples to the mmap_sem / lock_page ordering.

Signed-off-by: Nick Piggin <npiggin@suse.de>

Index: linux-2.6/mm/filemap.c
===================================================================
--- linux-2.6.orig/mm/filemap.c
+++ linux-2.6/mm/filemap.c
@@ -73,7 +73,7 @@ generic_file_direct_IO(int rw, struct ki
  *        ->mapping->tree_lock	(arch-dependent flush_dcache_mmap_lock)
  *
  *  ->mmap_sem
- *    ->lock_page		(access_process_vm)
+ *    ->lock_page		(page fault, sys_mmap, access_process_vm)
  *
  *  ->mmap_sem
  *    ->i_mutex			(msync)
Index: linux-2.6/mm/rmap.c
===================================================================
--- linux-2.6.orig/mm/rmap.c
+++ linux-2.6/mm/rmap.c
@@ -29,7 +29,7 @@
  * taken together; in truncation, i_mutex is taken outermost.
  *
  * mm->mmap_sem
- *   page->flags PG_locked (lock_page)
+ *   page->flags PG_locked (lock_page, eg from pagefault)
  *     mapping->i_mmap_lock
  *       anon_vma->lock
  *         mm->page_table_lock or pte_lock
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-10-13 18:49    [from the cache]
©2003-2008