From 4945a084799e24f0954e20f81b9004749cba93e4 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 16 Nov 2016 09:45:22 -0500 Subject: ceph: fix minor typo in unsafe_request_wait Signed-off-by: Jeff Layton Reviewed-by: Yan, Zheng --- fs/ceph/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ceph') diff --git a/fs/ceph/caps.c b/fs/ceph/caps.c index edb407f38b40..843aa873eb1c 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, -- cgit