git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313abe5
)
mlx4_core: Clean up struct mlx4_buf
author
Roland Dreier
<rolandd@cisco.com>
Thu, 7 Feb 2008 05:17:59 +0000
(21:17 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 7 Feb 2008 05:17:59 +0000
(21:17 -0800)
Now that struct mlx4_buf.u is a struct instead of a union because of
the vmap() changes, there's no point in having a struct at all. So
move .direct and .page_list directly into struct mlx4_buf and get rid
of a bunch of unnecessary ".u"s.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found