Julia Lawall
38e712ab3d
fs/xfs/quota: Add missing mutex_unlock
...
Add a mutex_unlock missing on the error path. The use of this lock
is balanced elsewhere in the file.
The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/ )
// <smpl>
@@
expression E1;
@@
* mutex_lock(E1,...);
<+... when != E1
if (...) {
... when != E1
* return ...;
}
...+>
* mutex_unlock(E1,...);
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Alex Elder <aelder@sgi.com>
2010-05-28 15:19:41 -05:00
..
2010-05-28 15:19:36 -05:00
2010-05-28 15:19:41 -05:00
2009-12-14 23:08:16 -06:00
2009-06-10 17:07:47 +02:00
2010-05-24 10:38:03 -05:00
2010-01-20 10:47:48 +11:00
2010-05-24 10:34:00 -05:00
2010-05-24 10:34:00 -05:00
2010-05-24 10:34:00 -05:00
2010-05-24 10:34:00 -05:00
2009-06-10 17:07:47 +02:00
2010-01-21 13:44:36 -06:00
2010-01-20 10:47:48 +11:00
2010-01-21 13:44:36 -06:00
2010-01-20 10:47:48 +11:00
2010-01-15 15:31:38 -06:00
2010-01-15 15:31:38 -06:00
2010-05-19 09:58:08 -05:00
2009-12-14 23:08:16 -06:00
2009-12-14 23:08:16 -06:00
2010-01-21 13:44:36 -06:00
2009-08-31 14:46:20 -05:00
2010-05-24 10:41:22 -05:00
2010-05-24 10:41:22 -05:00
2010-01-20 10:47:17 +11:00
2010-01-20 10:47:17 +11:00
2010-04-26 12:38:51 -05:00
2010-01-15 15:31:23 -06:00
2010-01-20 10:48:05 +11:00
2010-01-20 10:48:05 +11:00
2010-01-15 15:31:38 -06:00
2010-01-15 15:31:38 -06:00
2010-01-20 10:48:05 +11:00
2010-01-20 10:48:05 +11:00
2010-01-20 10:47:25 +11:00
2010-05-24 10:33:46 -05:00
2010-05-19 09:58:11 -05:00
2010-05-19 09:58:08 -05:00
2010-01-15 15:34:22 -06:00
2010-01-15 15:34:22 -06:00
2010-03-05 11:02:07 -06:00
2010-01-15 15:33:52 -06:00
2010-01-21 13:44:36 -06:00
2009-09-01 12:45:39 -05:00
2010-03-01 19:14:36 -06:00
2010-05-19 09:58:08 -05:00
2010-02-02 10:13:42 +11:00
2010-05-19 09:58:08 -05:00
2010-03-01 16:35:56 -06:00
2009-08-31 14:46:22 -05:00
2010-05-19 09:58:20 -05:00
2010-05-19 09:58:20 -05:00
2010-03-05 11:02:07 -06:00
2009-08-31 14:46:20 -05:00
2010-05-24 10:41:22 -05:00
2010-05-24 10:38:20 -05:00
2010-05-28 14:58:36 -05:00
2010-05-24 10:33:39 -05:00
2010-05-24 10:38:14 -05:00
2010-05-24 10:41:22 -05:00
2010-05-28 14:58:16 -05:00
2010-05-24 10:38:03 -05:00
2010-01-15 15:34:22 -06:00
2010-01-15 15:34:22 -06:00
2010-05-19 09:58:15 -05:00
2009-12-14 23:08:16 -06:00
2010-05-28 14:58:16 -05:00
2010-05-28 14:58:24 -05:00
2010-02-12 13:43:57 -06:00
2010-02-12 13:43:57 -06:00
2010-02-02 10:13:42 +11:00
2010-05-24 10:41:22 -05:00
2009-09-01 12:46:16 -05:00
2010-05-24 10:38:03 -05:00
2010-05-24 10:38:03 -05:00
2010-05-28 14:58:30 -05:00
2010-05-28 14:58:30 -05:00
2010-05-24 10:33:52 -05:00
2009-06-08 15:33:32 +02:00
2010-05-28 15:19:12 -05:00
2010-03-01 16:35:44 -06:00
2009-12-14 23:08:16 -06:00