Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42925
b: refs/heads/master
c: 12d40e4
h: refs/heads/master
i:
  42923: fef15fe
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Linus Torvalds committed Dec 7, 2006
1 parent c4a67af commit 1465132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 652d3a3ed7610bb09530127ca297b538fe7d245a
refs/heads/master: 12d40e43d251de4fa1f982567fc8b4ee5e858367
2 changes: 1 addition & 1 deletion trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ struct inode {
struct list_head i_dentry;
unsigned long i_ino;
atomic_t i_count;
umode_t i_mode;
unsigned int i_nlink;
uid_t i_uid;
gid_t i_gid;
Expand All @@ -559,6 +558,7 @@ struct inode {
unsigned int i_blkbits;
blkcnt_t i_blocks;
unsigned short i_bytes;
umode_t i_mode;
spinlock_t i_lock; /* i_blocks, i_bytes, maybe i_size */
struct mutex i_mutex;
struct rw_semaphore i_alloc_sem;
Expand Down

0 comments on commit 1465132

Please sign in to comment.