commit | f7d77dfc91f747f64cb00884fd6d7940c3b49fca | [log] [tgz] |
---|---|---|
author | Baoquan He <bhe@redhat.com> | Fri Jul 28 11:02:55 2023 +0800 |
committer | Dennis Zhou <dennis@kernel.org> | Fri Aug 25 08:04:59 2023 -0700 |
tree | c8a77083e4cb1ffcbe999072841c2f36e2ef2050 | |
parent | 7ee1e758bebe13d96217bcfd5230892ed44760e7 [diff] |
mm/percpu.c: print error message too if atomic alloc failed The variable 'err' is assgigned to an error message if atomic alloc failed, while it has no chance to be printed if is_atomic is true. Here change to print error message too if atomic alloc failed, while avoid to call dump_stack() if that case. Signed-off-by: Baoquan He <bhe@redhat.com> Signed-off-by: Dennis Zhou <dennis@kernel.org>