OSDN Git Service

RDMA/uverbs: Make all the method functions in uverbs_cmd static
authorJason Gunthorpe <jgg@mellanox.com>
Mon, 12 Nov 2018 20:59:57 +0000 (22:59 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 22 Nov 2018 18:57:33 +0000 (11:57 -0700)
commit1de751caf7d52debd9820dbcd0190c6306f3f7b0
tree48b4c526a2241dcbe757478e46b627ba81d82256
parentd120c3c91871650699ac8e71795925cc98358c3d
RDMA/uverbs: Make all the method functions in uverbs_cmd static

Now that we use struct uverbs_uapi to link the method functions to the
dispatcher there is no reason to have them be extern symbols.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/infiniband/core/uverbs.h
drivers/infiniband/core/uverbs_cmd.c