Commit 6b0a8774 authored by Colin Ian King's avatar Colin Ian King Committed by Ilya Dryomov
Browse files

rbd: fix spelling mistake "requeueing" -> "requeuing"



There is a spelling mistake in a debug message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 721d5c13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4230,7 +4230,7 @@ static void rbd_acquire_lock(struct work_struct *work)
		 * lock owner acked, but resend if we don't see them
		 * release the lock
		 */
		dout("%s rbd_dev %p requeueing lock_dwork\n", __func__,
		dout("%s rbd_dev %p requeuing lock_dwork\n", __func__,
		     rbd_dev);
		mod_delayed_work(rbd_dev->task_wq, &rbd_dev->lock_dwork,
		    msecs_to_jiffies(2 * RBD_NOTIFY_TIMEOUT * MSEC_PER_SEC));