The patch titled Subject: ocfs2: correct spelling mistake for migratable for all has been added to the -mm tree. Its filename is ocfs2-correct-spelling-mistake-for-migratable-for-all.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ocfs2-correct-spelling-mistake-for-migratable-for-all.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ocfs2-correct-spelling-mistake-for-migratable-for-all.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Changwei Ge <ge.changwei@xxxxxxx> Subject: ocfs2: correct spelling mistake for migratable for all Inspired from patch ocfs2-fix-spelling-mistake-migrateable-migratable.patch, I checked all ocfs2 files and found more spelling mistakes. So correct them all. Link: http://lkml.kernel.org/r/1521525734-19576-1-git-send-email-ge.changwei@xxxxxxx Signed-off-by: Changwei Ge <ge.changwei@xxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Cc: Joseph Qi <joseph.qi@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN fs/ocfs2/dlm/dlmmaster.c~ocfs2-correct-spelling-mistake-for-migratable-for-all fs/ocfs2/dlm/dlmmaster.c --- a/fs/ocfs2/dlm/dlmmaster.c~ocfs2-correct-spelling-mistake-for-migratable-for-all +++ a/fs/ocfs2/dlm/dlmmaster.c @@ -2490,13 +2490,13 @@ static void dlm_deref_lockres_worker(str } /* - * A migrateable resource is one that is : + * A migratable resource is one that is : * 1. locally mastered, and, * 2. zero local locks, and, * 3. one or more non-local locks, or, one or more references * Returns 1 if yes, 0 if not. */ -static int dlm_is_lockres_migrateable(struct dlm_ctxt *dlm, +static int dlm_is_lockres_migratable(struct dlm_ctxt *dlm, struct dlm_lock_resource *res) { enum dlm_lockres_list idx; @@ -2527,7 +2527,7 @@ static int dlm_is_lockres_migrateable(st continue; } cookie = be64_to_cpu(lock->ml.cookie); - mlog(0, "%s: Not migrateable res %.*s, lock %u:%llu on " + mlog(0, "%s: Not migratable res %.*s, lock %u:%llu on " "%s list\n", dlm->name, res->lockname.len, res->lockname.name, dlm_get_lock_cookie_node(cookie), @@ -2787,7 +2787,7 @@ int dlm_empty_lockres(struct dlm_ctxt *d assert_spin_locked(&dlm->spinlock); spin_lock(&res->spinlock); - if (dlm_is_lockres_migrateable(dlm, res)) + if (dlm_is_lockres_migratable(dlm, res)) target = dlm_pick_migration_target(dlm, res); spin_unlock(&res->spinlock); _ Patches currently in -mm which might be from ge.changwei@xxxxxxx are ocfs2-clean-up-two-unused-functions-in-suballocc.patch ocfs2-dlm-clean-unrelated-comment.patch ocfs2-dlm-clean-up-unused-argument-for-dlm_destroy_recovery_area.patch ocfs2-dlm-clean-up-unused-stack-variable-in-dlm_do_local_ast.patch ocfs2-correct-spelling-mistake-for-migratable-for-all.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html