Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/1.8.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3130 by kumaneko, Tue Nov 3 02:16:40 2009 UTC revision 3131 by kumaneko, Tue Nov 3 03:51:07 2009 UTC
# Line 2211  Fix 2009/11/03 Line 2211  Fix 2009/11/03
2211      @ Fix memory leak in ccs_write_address_group_policy().      @ Fix memory leak in ccs_write_address_group_policy().
2212    
2213        I forgot to call kfree() if same entry was added.        I forgot to call kfree() if same entry was added.
2214    
2215        @ Reduce mutexes.
2216    
2217          I was using mutex_lock()/mutex_unlock() so that I can use
2218          atomic_dec_and_test() for removing an element from a list.
2219          I moved that operation to garbage collector in order to reduce frequency
2220          of mutex_lock()/mutex_unlock() calls.

Legend:
Removed from v.3130  
changed lines
  Added in v.3131

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26