Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28419
b: refs/heads/master
c: 72c93bc
h: refs/heads/master
i:
  28417: bcafe68
  28415: ef6b708
v: v3
  • Loading branch information
Ingo Molnar authored and Nathan Scott committed Jun 9, 2006
1 parent 98c82e0 commit a55549f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 87c199c2a79220ac9e216e72d18a15148f84d9e0
refs/heads/master: 72c93bcc6348a385416603459c2fdb4cf6c43687
4 changes: 2 additions & 2 deletions trunk/fs/xfs/linux-2.6/mrlock.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000-2005 Silicon Graphics, Inc.
* Copyright (c) 2000-2006 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -28,7 +28,7 @@ typedef struct {
} mrlock_t;

#define mrinit(mrp, name) \
( (mrp)->mr_writer = 0, init_rwsem(&(mrp)->mr_lock) )
do { (mrp)->mr_writer = 0; init_rwsem(&(mrp)->mr_lock); } while (0)
#define mrlock_init(mrp, t,n,s) mrinit(mrp, n)
#define mrfree(mrp) do { } while (0)
#define mraccess(mrp) mraccessf(mrp, 0)
Expand Down

0 comments on commit a55549f

Please sign in to comment.