]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: drop unused xs_reclassify_socketX() helpers
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 2 Dec 2015 06:17:52 +0000 (14:17 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 28 Dec 2015 14:57:15 +0000 (09:57 -0500)
commit50e1640bf139292d68c304285a0a0f1291b9076a
tree8846b469036650c142c21b6ddb02e0a11d0ea3ca
parente235e3fdd5daf2a6bc3fcb6f4bad26a060928416
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>
net/sunrpc/xprtsock.c