Julia Lawall
eb8374e71f
GFS2: Use DEFINE_SPINLOCK
...
SPIN_LOCK_UNLOCKED is deprecated. The following makes the change suggested
in Documentation/spinlocks.txt
The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/ )
// <smpl>
@@
declarer name DEFINE_SPINLOCK;
identifier xxx_lock;
@@
- spinlock_t xxx_lock = SPIN_LOCK_UNLOCKED;
+ DEFINE_SPINLOCK(xxx_lock);
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2009-01-05 07:45:02 +00:00
..
2009-01-05 07:39:15 +00:00
2009-01-05 07:38:57 +00:00
2006-11-30 10:37:32 -05:00
2009-01-05 07:39:17 +00:00
2009-01-05 07:39:17 +00:00
2009-01-05 07:38:59 +00:00
2009-01-05 07:39:11 +00:00
2008-01-25 08:08:13 +00:00
2007-10-10 08:55:03 +01:00
2009-01-05 07:38:59 +00:00
2006-11-30 10:33:46 -05:00
2008-06-27 09:39:44 +01:00
2009-01-05 07:45:02 +00:00
2009-01-05 07:39:18 +00:00
2009-01-05 07:39:09 +00:00
2006-09-05 10:39:21 -04:00
2009-01-05 07:39:09 +00:00
2009-01-05 07:39:09 +00:00
2009-01-05 07:38:59 +00:00
2008-06-27 09:39:28 +01:00
2008-06-27 09:39:34 +01:00
2008-09-26 10:23:22 +01:00
2008-06-27 09:39:31 +01:00
2008-03-31 10:40:05 +01:00
2008-03-31 10:39:54 +01:00
2009-01-05 07:39:09 +00:00
2009-01-05 07:39:09 +00:00
2008-06-27 09:39:22 +01:00
2008-06-27 09:39:22 +01:00
2009-01-05 07:39:13 +00:00
2006-09-05 10:39:21 -04:00
2009-01-05 07:39:17 +00:00
2008-01-25 08:08:25 +00:00
2009-01-05 07:38:48 +00:00
2009-01-05 07:38:59 +00:00
2009-01-05 07:39:17 +00:00
2009-01-05 07:39:19 +00:00
2009-01-05 07:38:59 +00:00
2009-01-05 07:39:19 +00:00
2009-01-05 07:39:06 +00:00
2009-01-05 07:39:07 +00:00
2009-01-05 07:39:12 +00:00
2009-01-05 07:39:07 +00:00
2009-01-05 07:39:03 +00:00
2008-03-31 10:40:47 +01:00
2009-01-05 07:39:18 +00:00
2009-01-05 07:39:18 +00:00
2009-01-05 07:39:13 +00:00
2009-01-05 07:39:13 +00:00
2008-03-31 10:40:42 +01:00
2008-03-31 10:40:42 +01:00
2009-01-05 07:39:05 +00:00
2009-01-05 07:39:05 +00:00