All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: ubuf_info.refcnt conversion
@ 2017-08-31 20:30 Eric Dumazet
  2017-08-31 20:30 ` [PATCH net-next 1/2] net: prepare (struct ubuf_info)->refcnt conversion Eric Dumazet
  2017-08-31 20:30 ` [PATCH net-next 2/2] net: convert (struct ubuf_info)->refcnt to refcount_t Eric Dumazet
  0 siblings, 2 replies; 9+ messages in thread
From: Eric Dumazet @ 2017-08-31 20:30 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, Willem de Bruijn, Eric Dumazet, Eric Dumazet

Yet another atomic_t -> refcount_t conversion, split in two patches.

First patch prepares the automatic conversion done in the second patch.

Eric Dumazet (2):
  net: prepare (struct ubuf_info)->refcnt conversion
  net: convert (struct ubuf_info)->refcnt to refcount_t

 include/linux/skbuff.h | 5 +++--
 net/core/skbuff.c      | 9 +++++----
 net/ipv4/tcp.c         | 2 --
 3 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.14.1.581.gf28d330327-goog

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-03  3:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-31 20:30 [PATCH net-next 0/2] net: ubuf_info.refcnt conversion Eric Dumazet
2017-08-31 20:30 ` [PATCH net-next 1/2] net: prepare (struct ubuf_info)->refcnt conversion Eric Dumazet
2017-08-31 22:35   ` Willem de Bruijn
2017-08-31 20:30 ` [PATCH net-next 2/2] net: convert (struct ubuf_info)->refcnt to refcount_t Eric Dumazet
2017-08-31 22:45   ` Willem de Bruijn
2017-08-31 23:15     ` Eric Dumazet
2017-09-02 21:58   ` kbuild test robot
2017-09-03  3:39     ` Willem de Bruijn
2017-09-02 21:58   ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.