[PATCH v2 4/5] IB/hfi1: Remove write(), use ioctl() for user cmds

2016-05-12 Thread Dennis Dalessandro
Remove the write() handler for user space commands now that ioctl handling is available. User apps will need to change to use ioctl from this point forward. Reviewed-by: Mitko Haralanov Signed-off-by: Dennis Dalessandro ---

[PATCH v2 4/5] IB/hfi1: Remove write(), use ioctl() for user cmds

2016-05-12 Thread Dennis Dalessandro
Remove the write() handler for user space commands now that ioctl handling is available. User apps will need to change to use ioctl from this point forward. Reviewed-by: Mitko Haralanov Signed-off-by: Dennis Dalessandro --- drivers/staging/rdma/hfi1/file_ops.c | 249