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)
commitf0a71eb820596bd8f6abf64beb4cb181edaa2341
treef46ee612397a696ff1f601f9c5960a0eb5ed0c26
parent4075ea8c54a7506844a69f674990241e7766357b
cifs: fix fh_mutex locking in cifs_reopen_file

Fixes a regression caused by commit a6ce4932fbdbcd8f8e8c6df76812014351c32892

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