diff options
author | Jason Yan <yanaijie@huawei.com> | 2022-09-16 17:15:13 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2022-10-01 06:46:52 +0300 |
commit | a5fc51193507e10a0733c40282e71216dd0486ff (patch) | |
tree | ec1db1de49301959b8dbcb3efca993faed1f7f3c /tools/perf/scripts/python/stackcollapse.py | |
parent | 43bd6f1b49b61f43de4d4e33661b8dbe8c911f14 (diff) | |
download | linux-a5fc51193507e10a0733c40282e71216dd0486ff.tar.xz |
ext4: remove cantfind_ext4 error handler
The 'cantfind_ext4' error handler is just a error msg print and then
goto failed_mount. This two level goto makes the code complex and not
easy to read. The only benefit is that is saves a little bit code.
However some branches can merge and some branches dot not even need it.
So do some refactor and remove it.
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/20220916141527.1012715-3-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions