commit | 4feeb9d5f82229bf39621be755bda81521539476 | [log] [tgz] |
---|---|---|
author | Li Zhijian <lizhijian@cn.fujitsu.com> | Mon Oct 25 11:26:58 2021 +0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Dec 07 16:31:44 2021 -0800 |
tree | 5214326fed73754e089670010179bfd0e053229c | |
parent | 9880eb878c315b241002d43d7ff89df23713a51b [diff] |
refscale: Always log the error message An OOM is a serious error that should be logged even in non-verbose runs. This commit therefore adds an unconditional SCALEOUT_ERRSTRING() macro and uses it instead of VERBOSE_SCALEOUT_ERRSTRING() when reporting an OOM. [ paulmck: Drop do-while from SCALEOUT_ERRSTRING() due to only single statement. ] Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>