Searched hist:d1358917f2eb530bc6a097937302282a428806f8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | xprtsock.c | diff d1358917f2eb530bc6a097937302282a428806f8 Wed Dec 02 00:17:52 CST 2015 Stefan Hajnoczi <stefanha@redhat.com> SUNRPC: drop unused xs_reclassify_socketX() helpers
xs_reclassify_socket4() and friends used to be called directly. xs_reclassify_socket() is called instead nowadays.
The xs_reclassify_socketX() helper functions are empty when CONFIG_DEBUG_LOCK_ALLOC is not defined. Drop them since they have no callers.
Note that AF_LOCAL still calls xs_reclassify_socketu() directly but is easily converted to generic xs_reclassify_socket().
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|