Evan Huus
changed
bug 8581
Comment # 3
on bug 8581
from Evan Huus
Generally +1 to the changes, also agree with the proposed naming change of
*_nfs_*4 -> *_nfs4_*
Initializing the *proto_tree and *proto_item variables to NULL is unnecessary
though. The compiler (GCC, at least) is smart enough to know when a variable
might be used before being set, so adding extra initializers just makes more
work for the optimizer.
Cheers,
Evan
You are receiving this mail because:
- You are watching all bug changes.