Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288423
b: refs/heads/master
c: 310fa7a
h: refs/heads/master
i:
  288421: 69e2b17
  288419: 719f150
  288415: d8baabd
v: v3
  • Loading branch information
Al Viro committed Mar 10, 2012
1 parent 4ce5376 commit 0d13224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f6c7e62fcc123e6bd9206da99a2163fe3facc31
refs/heads/master: 310fa7a36722017088af123043ebd231cd6bc559
1 change: 1 addition & 0 deletions trunk/fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ void unlock_new_inode(struct inode *inode)
spin_lock(&inode->i_lock);
WARN_ON(!(inode->i_state & I_NEW));
inode->i_state &= ~I_NEW;
smp_mb();
wake_up_bit(&inode->i_state, __I_NEW);
spin_unlock(&inode->i_lock);
}
Expand Down

0 comments on commit 0d13224

Please sign in to comment.