commit | 7106a9769715bb4c0448927a29aa3b505855871c | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Sun Nov 25 20:51:14 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Nov 26 16:48:07 2018 -0700 |
tree | 48bfaac92a7adfedbf50c224bf054f519008c3b4 | |
parent | 8313c10fa8be032fccc1e757bccc21207f533127 [diff] |
RDMA/uverbs: Make write() handlers return 0 on success Currently they return the command length, while all other handlers return 0. This makes the write path closer to the write_ex and ioctl path. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>