Commit 598ee771 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] struct address_space comments

From: "Martin J. Bligh" <mbligh@aracnet.com>

Fix the commentary around the address_space fields.
parent a300bad2
......@@ -321,8 +321,8 @@ struct address_space {
unsigned long nrpages; /* number of total pages */
struct address_space_operations *a_ops; /* methods */
struct list_head i_mmap; /* list of private mappings */
struct list_head i_mmap_shared; /* list of private mappings */
struct semaphore i_shared_sem; /* and sem protecting it */
struct list_head i_mmap_shared; /* list of shared mappings */
struct semaphore i_shared_sem; /* protect both above lists */
unsigned long dirtied_when; /* jiffies of first page dirtying */
int gfp_mask; /* how to allocate the pages */
struct backing_dev_info *backing_dev_info; /* device readahead, etc */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment