Skip to content

Commit

Permalink
ceph: fix minor typo in unsafe_request_wait
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Yan, Zheng <zyan@redhat.com>
  • Loading branch information
Jeff Layton authored and Ilya Dryomov committed Dec 12, 2016
1 parent 5f743e4 commit 4945a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/caps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ static int unsafe_request_wait(struct inode *inode)
}
spin_unlock(&ci->i_unsafe_lock);

dout("unsafe_requeset_wait %p wait on tid %llu %llu\n",
dout("unsafe_request_wait %p wait on tid %llu %llu\n",
inode, req1 ? req1->r_tid : 0ULL, req2 ? req2->r_tid : 0ULL);
if (req1) {
ret = !wait_for_completion_timeout(&req1->r_safe_completion,
Expand Down

0 comments on commit 4945a08

Please sign in to comment.