Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310429
b: refs/heads/master
c: 2f9d3df
h: refs/heads/master
i:
  310427: 2dd539c
v: v3
  • Loading branch information
Linus Torvalds committed Jun 3, 2012
1 parent 9ba9e73 commit f7aaa64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f8f5701bdaf9134b1f90e5044a82c66324d2073f
refs/heads/master: 2f9d3df8aa1cc3c6db5cfa0bad3f0745e04cc27d
6 changes: 3 additions & 3 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -802,13 +802,14 @@ struct inode {
unsigned int __i_nlink;
};
dev_t i_rdev;
loff_t i_size;
struct timespec i_atime;
struct timespec i_mtime;
struct timespec i_ctime;
spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */
unsigned short i_bytes;
unsigned int i_blkbits;
blkcnt_t i_blocks;
loff_t i_size;

#ifdef __NEED_I_SIZE_ORDERED
seqcount_t i_size_seqcount;
Expand All @@ -828,9 +829,8 @@ struct inode {
struct list_head i_dentry;
struct rcu_head i_rcu;
};
atomic_t i_count;
unsigned int i_blkbits;
u64 i_version;
atomic_t i_count;
atomic_t i_dio_count;
atomic_t i_writecount;
const struct file_operations *i_fop; /* former ->i_op->default_file_ops */
Expand Down

0 comments on commit f7aaa64

Please sign in to comment.