Tag: 26c4ea46a55c9056fa20e3c91b1989f3cd9473d7

Staging: lustre: Replace GOTO macro with necessary code

Author: Tina Johnson <tinajohnson.1234@gmail.com> The GOTO macro is neither standard in Linux nor does its definiton contain much useful code. Hence GOTO can be replaced with useful parts of its definition. In a statement like GOTO(label, rc), the replacing code will be goto label if rc is a constant or a variable. But in cases …

Continue reading