]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gfs2: fix locking mistake
authorJosef Whiter <jwhiter@redhat.com>
Wed, 21 Feb 2007 22:37:59 +0000 (14:37 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:32 +0000 (10:50 -0800)
commitdaed330d4e1ca96e81ed0e7fce6de4ac22d9050c
tree91b02ffaf54eac8d8a348c4a3b6ac2acfd98e318
parent55eb1f49d93b85b3e2c2130c4ea2aaf557996b00
gfs2: fix locking mistake

Fix a locking mistake in the quota code, we do a mutex_lock instead of a
mutex_unlock.

Signed-off-by: Josef Whiter <jwhiter@redhat.com>
Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/gfs2/quota.c