Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253315
b: refs/heads/master
c: 13e12d1
h: refs/heads/master
i:
  253313: 6435c9d
  253311: c3c9423
v: v3
  • Loading branch information
Linus Torvalds committed Jun 8, 2011
1 parent e837a2d commit c55fa37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95f4efb2d78661065aaf0be57f5bf00e4d2aea1d
refs/heads/master: 13e12d14e2dccc7995b8f15a5678a338ab4e6a8c
9 changes: 5 additions & 4 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c55fa37

Please sign in to comment.