From: Christoph Hellwig Signed-off-by: Andrew Morton --- 25-akpm/include/linux/fs.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/fs.h~fix-address_spacei_mmap-comment include/linux/fs.h --- 25/include/linux/fs.h~fix-address_spacei_mmap-comment 2004-09-06 14:27:53.904132096 -0700 +++ 25-akpm/include/linux/fs.h 2004-09-06 14:27:53.910131184 -0700 @@ -336,7 +336,7 @@ struct address_space { struct radix_tree_root page_tree; /* radix tree of all pages */ rwlock_t tree_lock; /* and rwlock protecting it */ unsigned int i_mmap_writable;/* count VM_SHARED mappings */ - struct prio_tree_root i_mmap; /* tree of private mappings */ + struct prio_tree_root i_mmap; /* tree of private and shared mappings */ struct list_head i_mmap_nonlinear;/*list VM_NONLINEAR mappings */ spinlock_t i_mmap_lock; /* protect tree, count, list */ atomic_t truncate_count; /* Cover race condition with truncate */ _