diff options
-rw-r--r-- | mm/filemap.c | 1 | ||||
-rw-r--r-- | mm/rmap.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index c6049e947cd9..4fb1546bbad6 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -63,6 +63,7 @@ generic_file_direct_IO(int rw, struct kiocb *iocb, const struct iovec *iov, | |||
63 | * ->private_lock (__free_pte->__set_page_dirty_buffers) | 63 | * ->private_lock (__free_pte->__set_page_dirty_buffers) |
64 | * ->swap_lock (exclusive_swap_page, others) | 64 | * ->swap_lock (exclusive_swap_page, others) |
65 | * ->mapping->tree_lock | 65 | * ->mapping->tree_lock |
66 | * ->zone.lock | ||
66 | * | 67 | * |
67 | * ->i_mutex | 68 | * ->i_mutex |
68 | * ->i_mmap_lock (truncate->unmap_mapping_range) | 69 | * ->i_mmap_lock (truncate->unmap_mapping_range) |
@@ -36,6 +36,7 @@ | |||
36 | * mapping->tree_lock (widely used, in set_page_dirty, | 36 | * mapping->tree_lock (widely used, in set_page_dirty, |
37 | * in arch-dependent flush_dcache_mmap_lock, | 37 | * in arch-dependent flush_dcache_mmap_lock, |
38 | * within inode_lock in __sync_single_inode) | 38 | * within inode_lock in __sync_single_inode) |
39 | * zone->lock (within radix tree node alloc) | ||
39 | */ | 40 | */ |
40 | 41 | ||
41 | #include <linux/mm.h> | 42 | #include <linux/mm.h> |