CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/20 05:26:07
Modified files:
sys/kern : vfs_lookup.c
Log message:
namei: reorganize a bit the error path for simples cases
- move 'fail' label to end of function (instead of using the first
if-condition)
- merge the most simples error code paths idioms from 'cleanup+return'
to 'goto-fail'
ok mpi@
