From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: Re: [linux-nics] [PATCHv3 2/3] list: Fix order of arguments for hlist_add_after(_rcu) Date: Sun, 08 Jun 2014 01:53:45 -0700 Message-ID: <1402217625.3039.1.camel@jtkirshe-mobl> References: <1402159211-12629-1-git-send-email-kenhelias@web.de> <1402159211-12629-2-git-send-email-kenhelias@web.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8931175707816991347==" Cc: devel@driverdev.osuosl.org, b.a.t.m.a.n@lists.open-mesh.org, NICS , Linux@isotope.jf.intel.com, e1000-devel@lists.sourceforge.net, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fsdevel@vger.kernel.org, Ken Helias , Andrew Morton , "Paul E. McKenney" To: Ken Helias Return-path: In-Reply-To: <1402159211-12629-2-git-send-email-kenhelias@web.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org List-Id: linux-fsdevel.vger.kernel.org --===============8931175707816991347== Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-o0coTsBl9GGr9ZZ4GW3Z" --=-o0coTsBl9GGr9ZZ4GW3Z Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 2014-06-07 at 18:40 +0200, Ken Helias wrote: > From: Ken Helias >=20 > All other add functions for lists have the new item as first argument > and the > position where it is added as second argument. This was changed for no > good > reason in this function and makes using it unnecessary confusing. >=20 > The name was changed to let old code generate a compile errors instead > of > using the wrong parameter order. >=20 > Signed-off-by: Ken Helias > Cc: Linux NICS > Cc: "Paul E. McKenney" > Cc: dri-devel@lists.freedesktop.org > Cc: e1000-devel@lists.sourceforge.net > Cc: netdev@vger.kernel.org > Cc: devel@driverdev.osuosl.org > Cc: linux-fsdevel@vger.kernel.org > Cc: b.a.t.m.a.n@lists.open-mesh.org > Cc: bridge@lists.linux-foundation.org For the Intel driver changes... Acked-by: Jeff Kirsher > --- > Patch based on "Add linux-next specific files for 20140606" >=20 > v3: > renamed from hlist_add_after* to hlist_add_behind >=20 > v2: > Splitted into two patches > reduced number of Cc >=20 > Documentation/RCU/whatisRCU.txt | 2 +- > drivers/gpu/drm/drm_hashtab.c | 2 +- > drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +- > drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 2 +- > drivers/staging/lustre/lustre/libcfs/hash.c | 4 ++-- > fs/namespace.c | 2 +- > fs/notify/inode_mark.c | 2 +- > fs/notify/vfsmount_mark.c | 2 +- > include/linux/list.h | 4 ++-- > include/linux/rculist.h | 8 ++++---- > net/batman-adv/fragmentation.c | 2 +- > net/bridge/br_multicast.c | 2 +- > net/ipv4/fib_trie.c | 2 +- > net/ipv6/addrlabel.c | 2 +- > net/xfrm/xfrm_policy.c | 4 ++-- > 15 files changed, 21 insertions(+), 21 deletions(-) --=-o0coTsBl9GGr9ZZ4GW3Z 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.0.22 (GNU/Linux) iQIcBAABCgAGBQJTlCSZAAoJEOVv75VaS+3Ok5UQAKJkXA4phG5ywUso5FFKUi7c GmuypU0v+yAQqOtyIApE0pzTbn4Sdm1Dr9ihhYSCM5om/iAEyzVFsyGBtW7SHMOE s9HxS+g6XBITslWreVlKpc/78cjvUNldUF1zbbySP7D+BrOWZNufXhJAlmQMt+rp cA5jAIELq1FrRDSWCaiWQio99Mp9I8b5WPLM1ruBgIBiHUkDUO7bkSi8pN4ph87Z /2QRmwTt4P1TLRSQe++4LXIl/fBFebr+dGWNSVHrehJPBorRejORRfGH++wsjzqS vR+lmTreMbWOY6LegOifBji0PBRuMcgqaCknb0bFsmsa/HKUokLgL7DoUhfRKPIQ EQznC+AJZop5QGbcIEiqr16UhySit/4kKBYOqMccz20wegL6Kpza4TUKzJdhZZ6a 7toLQQSjcQGp26kJE0qQqh0qGIfc0cV3vX7shN66cjA/GwFhFUzHLvnnRRf5JbTd hJf7JJ4DDXBtr/qtOQTVwxwfaWqgOu41pO7/SZpBysL6KC5smifJFdKtPCW1/xet kbO9p7vMAJND78bCC45wjebJd6ir0Ul/W5QhNOSyWSLfSG69vBB3aiJYf+24wUn4 3q6TvLgRPYeOqqwT1rRRNl00UWbPeoWEcbGIddU83D7xXhwbFRjqzDPXZjIMezyL 7YK2Y4ACs689I34gyeKD =NPkK -----END PGP SIGNATURE----- --=-o0coTsBl9GGr9ZZ4GW3Z-- --===============8931175707816991347== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel --===============8931175707816991347==--