Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocfs2/dlm: fix "take a while" typo

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Joseph Qi <jiangqi903@gmail.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Ahelenia Ziemiańska and committed by
Andrew Morton
988f451e 98aa4d5d

+1 -1
+1 -1
fs/ocfs2/dlm/dlmrecovery.c
··· 2632 2632 dlm_reco_master_ready(dlm), 2633 2633 msecs_to_jiffies(1000)); 2634 2634 if (!dlm_reco_master_ready(dlm)) { 2635 - mlog(0, "%s: reco master taking awhile\n", 2635 + mlog(0, "%s: reco master taking a while\n", 2636 2636 dlm->name); 2637 2637 goto again; 2638 2638 }