]> git.baikalelectronics.ru Git - kernel.git/commit
IB/core: Rename uverbs event file structure
authorMatan Barak <matanb@mellanox.com>
Tue, 18 Apr 2017 09:03:42 +0000 (12:03 +0300)
committerDoug Ledford <dledford@redhat.com>
Thu, 20 Apr 2017 15:44:07 +0000 (11:44 -0400)
commitb20b563d5d5749a05b73937764ad6601fe0e23c6
treefa4c88e908e2cdc753857fa3112925befdd3b5dd
parenta96dd03fc9507dfcfab1237c521f56629ccfc462
IB/core: Rename uverbs event file structure

Previously, ib_uverbs_event_file was suffixed by _file as it contained
the actual file information. Since it's now only used as base struct
for ib_uverbs_async_event_file and ib_uverbs_completion_event_file,
we change its name to ib_uverbs_event_queue. This represents its
logical role better.

Fixes: c094baec9523 ('IB/core: Change completion channel to use the reworked objects schema')
Signed-off-by: Matan Barak <matanb@mellanox.com>
Reviewed-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/uverbs.h
drivers/infiniband/core/uverbs_cmd.c
drivers/infiniband/core/uverbs_main.c
drivers/infiniband/core/uverbs_std_types.c