diff options
author | Jason Yan <[email protected]> | 2022-09-16 22:15:13 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-09-30 23:46:52 -0400 |
commit | a5fc51193507e10a0733c40282e71216dd0486ff (patch) | |
tree | ec1db1de49301959b8dbcb3efca993faed1f7f3c /lib/netdev-notifier-error-inject.c | |
parent | 43bd6f1b49b61f43de4d4e33661b8dbe8c911f14 (diff) |
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 <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Reviewed-by: Ritesh Harjani (IBM) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions