Message ID | 1478259273-3471-2-git-send-email-jlayton@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index 16e6ded0b7f2..d37a04b87d2c 100644 --- a/fs/ceph/caps.c +++ b/fs/ceph/caps.c @@ -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,
Signed-off-by: Jeff Layton <jlayton@redhat.com> --- fs/ceph/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)