[OpenAFS-devel] Re: [OpenAFS] OopenAFS 1.2.13: ever increasing number of fileserver connections - h_Hold leak

Jim Rees rees@umich.edu
Thu, 10 Feb 2005 08:08:01 -0500


  I'd keep the asignment of zero (static int lih_host_held = 0;) because
  it does not hurt for good compilers and works around a bug in compilers
  that do not follow the standard.

I might use an ifdef, because this is clearly a bug workaround, and it can
have a cost for other compilers.  The item could end up in the data section
rather than bss.