OSDN Git Service

Merge branch 'sunrpc-netns-refcnt-tracking'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Jan 2022 14:47:55 +0000 (14:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jan 2022 14:47:55 +0000 (14:47 +0000)
commit4f499742389dee5e5de54e4782aea3e8bcb3131f
tree30f1736c8587114bcafd857281440fc3cfb9eb10
parent960b00336bab06498c7f24cbb62b1f1b8a0acca0
parentb9a0d6d143ec63132beff04802578c499083f87c
Merge branch 'sunrpc-netns-refcnt-tracking'

Eric Dumazet says:

====================
SUNRPC: add some netns refcount trackers

Effort started in linux-5.17

Our goal is to replace get_net()/put_net() pairs with
get_net_track()/put_net_track() to get instant notifications
of imbalance bugs in the future.

Patches were split from a bigger series sent one month ago.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>