]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: missing spin_unlock
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 9 Jan 2009 20:41:14 +0000 (12:41 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 9 Jan 2009 20:41:14 +0000 (12:41 -0800)
src/kernel/dir.c

index a397bf9bd218b44bc650e0fe3e63e0f293bb647a..c4c80235c421402a7ebde1e6127e70e9023e14c1 100644 (file)
@@ -884,6 +884,7 @@ static int ceph_dir_fsync(struct file *file, struct dentry *dentry, int datasync
 
                ceph_mdsc_put_request(req);
        }
+       spin_unlock(&ci->i_listener_lock);
 
        return ret;
 }