commit | f0a71eb820596bd8f6abf64beb4cb181edaa2341 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Sat Jun 27 07:04:55 2009 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Sat Jun 27 23:46:43 2009 +0000 |
tree | f46ee612397a696ff1f601f9c5960a0eb5ed0c26 | |
parent | 4075ea8c54a7506844a69f674990241e7766357b [diff] |
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>