projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c7ec9
)
ocfs2: fix spelling mistake: "Migrateable" -> "Migratable"
author
Colin Ian King
<
[email protected]
>
Thu, 5 Apr 2018 23:19:14 +0000
(16:19 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 6 Apr 2018 04:36:22 +0000
(21:36 -0700)
Trivial fix to spelling mistake in mlog message text
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Colin Ian King <
[email protected]
>
Cc: Mark Fasheh <
[email protected]
>
Cc: Joel Becker <
[email protected]
>
Cc: Junxiao Bi <
[email protected]
>
Cc: Joseph Qi <
[email protected]
>
Cc: Changwei Ge <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/ocfs2/dlm/dlmmaster.c
patch
|
blob
|
history
diff --git
a/fs/ocfs2/dlm/dlmmaster.c
b/fs/ocfs2/dlm/dlmmaster.c
index 03766fb41dbe6ac544715b8cfe62bc7bb3e54a5e..81d500211f4359d8dd23ab638b616b246e5156c8 100644
(file)
--- a/
fs/ocfs2/dlm/dlmmaster.c
+++ b/
fs/ocfs2/dlm/dlmmaster.c
@@
-2543,7
+2543,7
@@
static int dlm_is_lockres_migrateable(struct dlm_ctxt *dlm,
return 0;
}
- mlog(0, "%s: res %.*s, Migrat
e
able\n", dlm->name, res->lockname.len,
+ mlog(0, "%s: res %.*s, Migratable\n", dlm->name, res->lockname.len,
res->lockname.name);
return 1;