]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitdb1b5ddd53365a07a7754803bdba370ebb84ba19
treefa4c88e908e2cdc753857fa3112925befdd3b5dd
parente0fcc61113c17a2eae0dea7e9e67ac71849475b5
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: 1e7710f3f656 ('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