Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352940
b: refs/heads/master
c: 311f08a
h: refs/heads/master
v: v3
  • Loading branch information
Alex Elder authored and Ben Myers committed Feb 7, 2013
1 parent 8d3cd03 commit 6f9e4a9
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: a21cd503678286c56b1d0cca1c99349a4aa042f4
refs/heads/master: 311f08acde635e4e5ccea9b9d8c856cc2e0ced95
1 change: 1 addition & 0 deletions trunk/fs/xfs/xfs_inode.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ static inline void xfs_iflock(struct xfs_inode *ip)
static inline void xfs_ifunlock(struct xfs_inode *ip)
{
xfs_iflags_clear(ip, XFS_IFLOCK);
smp_mb();
wake_up_bit(&ip->i_flags, __XFS_IFLOCK_BIT);
}

Expand Down

0 comments on commit 6f9e4a9

Please sign in to comment.