commit | 0b0c06d1476290cea248923c0ee7be9fd61cacea | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Apr 20 10:27:13 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon May 03 10:49:23 2010 -0700 |
tree | 557eacf9666cf0c2f989c2ff1955805d5557d07d | |
parent | c8f16584ac85444d51d8753c5df502350cfc7bb7 [diff] [blame] |
ceph: fix leaked spinlock during mds reconnect Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index aa2239f..0c16818 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c
@@ -1861,8 +1861,8 @@ } else { pr_err("%p auth cap %p not mds%d ???\n", inode, cap, session->s_mds); - spin_unlock(&inode->i_lock); } + spin_unlock(&inode->i_lock); } }