mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 12:13:43 +00:00
mm/util.c: fix typo
s/condtion/condition/ Link: https://lkml.kernel.org/r/20210317033439.3429411-1-unixbhaskar@gmail.com Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Cc: Matthew Wilcox <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2521781c1e
commit
31454980b8
@ -765,7 +765,7 @@ int overcommit_policy_handler(struct ctl_table *table, int write, void *buffer,
|
||||
* The deviation of sync_overcommit_as could be big with loose policy
|
||||
* like OVERCOMMIT_ALWAYS/OVERCOMMIT_GUESS. When changing policy to
|
||||
* strict OVERCOMMIT_NEVER, we need to reduce the deviation to comply
|
||||
* with the strict "NEVER", and to avoid possible race condtion (even
|
||||
* with the strict "NEVER", and to avoid possible race condition (even
|
||||
* though user usually won't too frequently do the switching to policy
|
||||
* OVERCOMMIT_NEVER), the switch is done in the following order:
|
||||
* 1. changing the batch
|
||||
|
Loading…
Reference in New Issue
Block a user