From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 17 Jan 2016 19:52:31 +0800 Message-ID: <1967493.ZoiCKKYEln@voltaire> In-Reply-To: <1453024887-7215-1-git-send-email-sven@narfation.org> References: <1453024887-7215-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2128705.CeG1oNWMgz"; micalg="pgp-sha256"; protocol="application/pgp-signature" Subject: Re: [B.A.T.M.A.N.] [PATCH v7 01/19] batman-adv: Rename batadv_orig_node *_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 --nextPart2128705.CeG1oNWMgz Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Sunday, January 17, 2016 11:01:09 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/bat_iv_ogm.c | 16 ++++++++-------- > net/batman-adv/bridge_loop_avoidance.c | 4 ++-- > net/batman-adv/distributed-arp-table.c | 4 ++-- > net/batman-adv/fragmentation.c | 2 +- > net/batman-adv/gateway_client.c | 8 ++++---- > net/batman-adv/icmp_socket.c | 2 +- > net/batman-adv/main.c | 2 +- > net/batman-adv/network-coding.c | 4 ++-- > net/batman-adv/originator.c | 8 ++++---- > net/batman-adv/originator.h | 2 +- > net/batman-adv/routing.c | 18 +++++++++--------- > net/batman-adv/send.c | 2 +- > net/batman-adv/translation-table.c | 14 +++++++------- > 13 files changed, 43 insertions(+), 43 deletions(-) Applied in revision 0259f43. Thanks, Marek --nextPart2128705.CeG1oNWMgz 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 iQEcBAABCAAGBQJWm4B/AAoJEFNVTo/uthzAxmIH/1Dd3nUKPo342OnWHZugtyfE r5vsWI4XoUi8sblFKQ05BGt4IYF9WFyhNQwjqbh6JdHV7C857+7ZIZcz1wKo+Orx J9aWQiIlRb3g4VUhhoAXCoB1Z674UE7MGBgRpnYXSb4Io+rJkILAVzE9JkyKSZbb Yv0bNWGylpFwCcDS8sZiEz9Z3krnzJRT0CRx/gljqn1f8Or24G6YnnpRxSkYFHQy nyW7mGQBxLsPsjEeR/yYIaB7EdQu7goywOkA5KMD1QvEzIpIPCYkNHnUH+HZPxgA Gz4roPIf/4zYrHi5GV/ZipmU9ARl7whN1EECX9Oqx89/u6ZZ4hJZU4fVict3Q9E= =AGxQ -----END PGP SIGNATURE----- --nextPart2128705.CeG1oNWMgz--