diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2018-11-12 22:59:58 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-11-22 11:57:33 -0700 |
commit | a140692a52d2e12ba6a76dd042d556348e8bb55a (patch) | |
tree | d168281ba7eca4abde7746f7398d4d2187437a09 /fs/ramfs/file-mmu.c | |
parent | 1de751caf7d52debd9820dbcd0190c6306f3f7b0 (diff) |
RDMA/uverbs: Check for NULL driver methods for every write call
Add annotations to the uverbs_api structure indicating which driver
methods are called by the implementation. If the required method
is NULL the write API will be not be callable.
This effectively duplicates the cmd_mask system, however it does it by
expressing invariants required by the core code, not by delegating
decision making to the driver. This is another step toward eliminating
cmd_mask.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'fs/ramfs/file-mmu.c')
0 files changed, 0 insertions, 0 deletions