commit | c30c876312f66b0422a1d632b8c45b6416deeec0 | [log] [tgz] |
---|---|---|
author | Li Zhijian <lizhijian@cn.fujitsu.com> | Mon Oct 25 11:26:56 2021 +0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Nov 30 17:29:50 2021 -0800 |
tree | a234872cf204efafa67fbd4227b6d3e5c5a849ee | |
parent | 340170fef01b18631128006de03522b671e6e2b5 [diff] |
refscale: Simplify the errexit checkpoint There is only the one OOM error case in main_func(), so this commit eliminates the errexit local variable in favor of a branch to cleanup code. Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>