Re: [Xen-devel] [PATCH 15/17] xsm: clean up unregistration

2016-06-20 Thread Doug Goldstein
On 6/20/16 9:04 AM, Daniel De Graaf wrote: > The only possible value of original_ops was &dummy_xsm_ops, and > unregister_xsm was never used. > > Signed-off-by: Daniel De Graaf > Reviewed-by: Andrew Cooper > Reviewed-by: Konrad Rzeszutek Wilk Reviewed-by: Doug Goldstein -- Doug Goldstein

[Xen-devel] [PATCH 15/17] xsm: clean up unregistration

2016-06-20 Thread Daniel De Graaf
The only possible value of original_ops was &dummy_xsm_ops, and unregister_xsm was never used. Signed-off-by: Daniel De Graaf Reviewed-by: Andrew Cooper Reviewed-by: Konrad Rzeszutek Wilk --- xen/include/xsm/xsm.h| 1 - xen/xsm/flask/flask_op.c | 4 +--- xen/xsm/flask/hooks.c| 3 ---