aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 646a1836152a..6e73e2e9ae33 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -744,9 +744,13 @@ struct inode {
744 744
745 spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */ 745 spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */
746 unsigned int i_flags; 746 unsigned int i_flags;
747 unsigned long i_state;
748#ifdef CONFIG_SECURITY
749 void *i_security;
750#endif
747 struct mutex i_mutex; 751 struct mutex i_mutex;
748 752
749 unsigned long i_state; 753
750 unsigned long dirtied_when; /* jiffies of first dirtying */ 754 unsigned long dirtied_when; /* jiffies of first dirtying */
751 755
752 struct hlist_node i_hash; 756 struct hlist_node i_hash;
@@ -798,9 +802,6 @@ struct inode {
798 atomic_t i_readcount; /* struct files open RO */ 802 atomic_t i_readcount; /* struct files open RO */
799#endif 803#endif
800 atomic_t i_writecount; 804 atomic_t i_writecount;
801#ifdef CONFIG_SECURITY
802 void *i_security;
803#endif
804#ifdef CONFIG_FS_POSIX_ACL 805#ifdef CONFIG_FS_POSIX_ACL
805 struct posix_acl *i_acl; 806 struct posix_acl *i_acl;
806 struct posix_acl *i_default_acl; 807 struct posix_acl *i_default_acl;