commit | e00b64f7c54c4cbd88143bbd43e7c3d61a090e5c | [log] [tgz] |
---|---|---|
author | Shamir Rabinovitch <shamir.rabinovitch@oracle.com> | Mon Dec 17 17:15:18 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Dec 18 19:15:48 2018 -0700 |
tree | 0a66b1a1dcef10b5a943ee7b99371f471e6003af | |
parent | af8d70375d562034d375ca7a8b08997422223258 [diff] |
RDMA: Cleanup undesired pd->uobject usage Drivers should be using udata to determine if a method is invoked from user space or kernel space. A pd does not necessarily say a different objects is kernel or user. Transforming the tests to use udata eliminates a large number of uobject references from the drivers. Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>