diff --git a/[refs] b/[refs] index 5f87866b493a..2503110ef8cb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 95f4efb2d78661065aaf0be57f5bf00e4d2aea1d +refs/heads/master: 13e12d14e2dccc7995b8f15a5678a338ab4e6a8c diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index 646a1836152a..1c777878f1ea 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -744,9 +744,13 @@ struct inode { spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */ unsigned int i_flags; + unsigned int i_state; +#ifdef CONFIG_SECURITY + void *i_security; +#endif struct mutex i_mutex; - unsigned long i_state; + unsigned long dirtied_when; /* jiffies of first dirtying */ struct hlist_node i_hash; @@ -798,9 +802,6 @@ struct inode { atomic_t i_readcount; /* struct files open RO */ #endif atomic_t i_writecount; -#ifdef CONFIG_SECURITY - void *i_security; -#endif #ifdef CONFIG_FS_POSIX_ACL struct posix_acl *i_acl; struct posix_acl *i_default_acl;