From 5dd165d3d86094b7f094752b1e5e001f6bf5c1b7 Mon Sep 17 00:00:00 2001 From: Zoltan Kiss Date: Sat, 5 Jan 2013 21:42:16 +0000 Subject: [PATCH] bond: Fix comment on bond_entry::tag The hash entry tag connects to facet(s), not slaves. Signed-off-by: Zoltan Kiss Signed-off-by: Ben Pfaff --- AUTHORS | 1 + lib/bond.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b34287ef2..dc2b05c5f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -79,6 +79,7 @@ Vivien Bernet-Rollande vbr@soprive.net Wei Yongjun yjwei@cn.fujitsu.com Yasuhito Takamiya yasuhito@gmail.com Yu Zhiguo yuzg@cn.fujitsu.com +Zoltan Kiss zoltan.kiss@citrix.com Zhi Yong Wu zwu.kernel@gmail.com The following additional people are mentioned in commit logs as having diff --git a/lib/bond.c b/lib/bond.c index fe84f9c21..c05e0c806 100644 --- a/lib/bond.c +++ b/lib/bond.c @@ -51,7 +51,7 @@ VLOG_DEFINE_THIS_MODULE(bond); struct bond_entry { struct bond_slave *slave; /* Assigned slave, NULL if unassigned. */ uint64_t tx_bytes; /* Count of bytes recently transmitted. */ - tag_type tag; /* Tag for entry<->slave association. */ + tag_type tag; /* Tag for entry<->facet association. */ struct list list_node; /* In bond_slave's 'entries' list. */ }; -- 2.43.0