diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 08:15:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 08:15:55 -0400 |
commit | b7e9c223be8ce335e30f2cf6ba588e6a4092275c (patch) | |
tree | 2d1e3b75606abc18df7ad65e51ac3f90cd68b38d /include/linux/fs.h | |
parent | c172d82500a6cf3c32d1e650722a1055d72ce858 (diff) | |
parent | e3bbfa78bab125f58b831b5f7f45b5a305091d72 (diff) |
Merge branch 'master' into for-next
Sync with Linus' tree to be able to apply pending patches that
are based on newer code already present upstream.
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 450ca245df84..6c75193bf9a9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -638,6 +638,7 @@ struct address_space { | |||
638 | struct prio_tree_root i_mmap; /* tree of private and shared mappings */ | 638 | struct prio_tree_root i_mmap; /* tree of private and shared mappings */ |
639 | struct list_head i_mmap_nonlinear;/*list VM_NONLINEAR mappings */ | 639 | struct list_head i_mmap_nonlinear;/*list VM_NONLINEAR mappings */ |
640 | struct mutex i_mmap_mutex; /* protect tree, count, list */ | 640 | struct mutex i_mmap_mutex; /* protect tree, count, list */ |
641 | /* Protected by tree_lock together with the radix tree */ | ||
641 | unsigned long nrpages; /* number of total pages */ | 642 | unsigned long nrpages; /* number of total pages */ |
642 | pgoff_t writeback_index;/* writeback starts here */ | 643 | pgoff_t writeback_index;/* writeback starts here */ |
643 | const struct address_space_operations *a_ops; /* methods */ | 644 | const struct address_space_operations *a_ops; /* methods */ |
@@ -743,7 +744,7 @@ struct inode { | |||
743 | 744 | ||
744 | spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */ | 745 | spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */ |
745 | unsigned int i_flags; | 746 | unsigned int i_flags; |
746 | unsigned int i_state; | 747 | unsigned long i_state; |
747 | #ifdef CONFIG_SECURITY | 748 | #ifdef CONFIG_SECURITY |
748 | void *i_security; | 749 | void *i_security; |
749 | #endif | 750 | #endif |