Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
403a496f
Commit
403a496f
authored
Jun 17, 2006
by
Roland Dreier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IB: Make needlessly global ib_mad_cache static
Signed-off-by:
Roland Dreier
<
rolandd@cisco.com
>
parent
b3589fd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
drivers/infiniband/core/mad.c
drivers/infiniband/core/mad.c
+1
-2
drivers/infiniband/core/mad_priv.h
drivers/infiniband/core/mad_priv.h
+0
-2
No files found.
drivers/infiniband/core/mad.c
View file @
403a496f
...
...
@@ -45,8 +45,7 @@ MODULE_DESCRIPTION("kernel IB MAD API");
MODULE_AUTHOR
(
"Hal Rosenstock"
);
MODULE_AUTHOR
(
"Sean Hefty"
);
kmem_cache_t
*
ib_mad_cache
;
static
kmem_cache_t
*
ib_mad_cache
;
static
struct
list_head
ib_mad_port_list
;
static
u32
ib_mad_client_id
=
0
;
...
...
drivers/infiniband/core/mad_priv.h
View file @
403a496f
...
...
@@ -212,8 +212,6 @@ struct ib_mad_port_private {
struct
ib_mad_qp_info
qp_info
[
IB_MAD_QPS_CORE
];
};
extern
kmem_cache_t
*
ib_mad_cache
;
int
ib_send_mad
(
struct
ib_mad_send_wr_private
*
mad_send_wr
);
struct
ib_mad_send_wr_private
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment