Tag: 3726470610327f353e816e21a86bc432dd929584

staging: lustre: split error handling code into multiple labels

Author: Cihangir Akturk <cakturk@gmail.com> Instead of using a switch-case statement to find out what kind of error has just happened, split error handling logic into multiple labels and jump right into the appropriate label to do the error handling. This way it is easier to follow different code paths. It also looks easy on the …

Continue reading