]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: fix fh_mutex locking in cifs_reopen_file
authorJeff Layton <jlayton@redhat.com>
Sat, 27 Jun 2009 11:04:55 +0000 (07:04 -0400)
committerSteve French <sfrench@us.ibm.com>
Sat, 27 Jun 2009 23:46:43 +0000 (23:46 +0000)
commit1a05fdbe303bd94f8110e78d756e920e16a8b093
treef46ee612397a696ff1f601f9c5960a0eb5ed0c26
parent1a874ab36094275f00f99e2cdbef2fc8948c50d8
cifs: fix fh_mutex locking in cifs_reopen_file

Fixes a regression caused by commit 6ae5e5d398369f9c23c7d272abd23a90b70e80e7

When this lock was converted to a mutex, the locks were turned into
unlocks and vice-versa.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Cc: Stable Tree <stable@kernel.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/file.c