From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 18 Jan 2016 13:46:40 +0800 Message-ID: <1775511.aXvr9oQgOQ@voltaire> In-Reply-To: <1453024887-7215-16-git-send-email-sven@narfation.org> References: <1453024887-7215-1-git-send-email-sven@narfation.org> <1453024887-7215-16-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1997290.EKiukIbK7e"; micalg="pgp-sha256"; protocol="application/pgp-signature" Subject: Re: [B.A.T.M.A.N.] [PATCH v7 16/19] batman-adv: Rename batadv_orig_node_vlan *_free_ref function to *_put List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org --nextPart1997290.EKiukIbK7e Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Sunday, January 17, 2016 11:01:24 Sven Eckelmann wrote: > The batman-adv source code is the only place in the kernel which uses the > *_free_ref naming scheme for the *_put functions. Changing it to *_put > makes it more consistent and makes it easier to understand the connection > to the *_get functions. > > Signed-off-by: Sven Eckelmann > --- > v7: > - removed patches which are now applied in the branch master > - split *_get -> *_put rename patches into smaller patches only renaming > single functions > v6: > - removed patches which are now applied in the branch next > - rebased remaining patches on the patch > "batman-adv: Avoid recursive call_rcu for batadv_nc_node" which was > modified by Marek while he applied the patches (this unfortunately made > some of the remaining patches slightly harder to apply) > v5: > - add hack which allows to compile against stable kernel like 3.2.44 which > also added the kref_get_unless_zero function > v4: > - fix function names in commit messages > - fix double whitespace in batadv_tt_orig_list_entry_release kerneldoc > - add extra patch for batadv_claim_free_ref kerneldoc fix > - change the phrase "free it" in all *_free_ref/*_put functions to "release > it" v3: > - update copyright year > v2: > - split patchset into fixes and kref migration to make it easier when the > decision is made where each patch will be applied > > net/batman-adv/originator.c | 8 ++++---- > net/batman-adv/originator.h | 2 +- > net/batman-adv/translation-table.c | 10 +++++----- > 3 files changed, 10 insertions(+), 10 deletions(-) Applied in revision c2ac707. Thanks, Marek --nextPart1997290.EKiukIbK7e Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJWnHxAAAoJEFNVTo/uthzAfkkH/16SfUXLMAy6E6nlPvbGni9A b0NDqtOQ3uTTZa/CZImjN+syfLChkfXPa4QHrGICgNiaLD2Wcr/o+QZ6o0H7mai3 4nSllzZ9FiCg61DxBi6CMGZgCgVR9gl7yzUQ5S0+Rpbukb/irPMY7qySJ/FBCeEH VxlBgCP7IFfhaniJG7Eb/UfsiS0KBSoXC7C1uJgRTNZCKPmIbRLPZdfJ/ybd6jn2 EtU3nCyLI0Fi0BTuClHyTRuPT0qfVxJsg7R37xGp/DwollmknQQoau4mDhHyptsv o6hVk+d3gpZ+0n0JQpn09MjS+dcvwkeO2/kttO9PfXFw2CST4kyznT0QSESCw0E= =2MoO -----END PGP SIGNATURE----- --nextPart1997290.EKiukIbK7e--