Re: [PATCH 40/79] link_path_walk: turn inner loop into explicit goto
Re: [PATCH 40/79] link_path_walk: turn inner loop into explicit goto
Posted May 15, 2015 18:01 UTC (Fri) by ms_43 (subscriber, #99293)Parent article: Re: [PATCH 40/79] link_path_walk: turn inner loop into explicit goto
The usual justification people give for doing that is that Visual Studio doesn't support C99, but that can't be the reason for Linux?
Posted May 15, 2015 19:27 UTC (Fri)
by viro (subscriber, #7872)
[Link]
Re: [PATCH 40/79] link_path_walk: turn inner loop into explicit goto
b) RTFS - they certainly are used in the kernel source quite a lot. Including the function in question, BTW.
c) bonus question: describe the changes introduced by C99 in that area of the language.
