mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
The program templates for decoder/argument.j2 and encoder/result.j2
unconditionally add 'struct' prefix to all types. This is incorrect
when an RPC protocol specification lists a typedef'd basic type or
an enum as a procedure argument or result (e.g., NFSv2's fhandle or
stat), resulting in compiler errors when building generated C code.
Fixes:
|
||
|---|---|---|
| .. | ||
| argument.j2 | ||
| result.j2 | ||