commit | 40de2e548c225e3ef859e3c60de9785e37e1b5b1 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Nov 08 11:10:25 2005 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Nov 10 10:22:50 2005 -0800 |
tree | e7b9ffe6fca9246f29a0a3cdf6417770f5821cef | |
parent | 0b4ff2c0e624089ad87dc1604e239b7c3201c53f [diff] |
[IB] Have cq_resize() method take an int, not int* Change the struct ib_device.resize_cq() method to take a plain integer that holds the new CQ size, rather than a pointer to an integer that it uses to return the new size. This makes the interface match the exported ib_resize_cq() signature, and allows the low-level driver to update the CQ size with proper locking if necessary. No in-tree drivers are exporting this method yet. Signed-off-by: Roland Dreier <rolandd@cisco.com>