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
2009-12-14 23:08:16 -06:00
2009-06-10 17:07:47 +02:00
2009-06-10 17:07:47 +02:00
2010-01-21 13:44:36 -06: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
2010-03-01 16:35:56 -06:00
2009-08-31 14:46:22 -05:00
2010-05-28 14:58:36 -05:00
2009-12-14 23:08:16 -06:00
2009-09-01 12:46:16 -05:00
2009-06-08 15:33:32 +02:00
2010-03-01 16:35:44 -06:00
2009-12-14 23:08:16 -06:00