Loading fs/ceph/mds_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -861,8 +861,8 @@ int ceph_wait_on_conflict_unlink(struct dentry *dentry) if (!d_same_name(udentry, pdentry, &dname)) goto next; found = dget_dlock(udentry); spin_unlock(&udentry->d_lock); found = dget(udentry); break; next: spin_unlock(&udentry->d_lock); Loading Loading
fs/ceph/mds_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -861,8 +861,8 @@ int ceph_wait_on_conflict_unlink(struct dentry *dentry) if (!d_same_name(udentry, pdentry, &dname)) goto next; found = dget_dlock(udentry); spin_unlock(&udentry->d_lock); found = dget(udentry); break; next: spin_unlock(&udentry->d_lock); Loading