[ovs-git] Open vSwitch: datapath: Use kmem_cache_free() instead of kfree() (branch-2.1)

dev at openvswitch.org dev at openvswitch.org
Wed Jan 8 14:11:05 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-2.1 has been updated
       via  1595a8ce12948e50cc89c304daf3750a9a7ede5a (commit)
      from  6268d087e343fb624d647084007fc430849e062f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1595a8ce12948e50cc89c304daf3750a9a7ede5a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1595a8ce12948e50cc89c304daf3750a9a7ede5a
Author: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
		
datapath: Use kmem_cache_free() instead of kfree()
		
memory allocated by kmem_cache_alloc() should be freed using
kmem_cache_free(), not kfree().

Fixes: e298e5057006 ('openvswitch: Per cpu flow stats.')
Signed-off-by: Wei Yongjun <yongjun_wei at trendmicro.com.cn>
Signed-off-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/flow_table.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list