[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] null_set_binary_policy() should return ACM_OK instead of -1. This
ChangeSet 1.1743, 2005/06/23 13:32:17+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx null_set_binary_policy() should return ACM_OK instead of -1. This patch also makes few cleanups. Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx> acm_null_hooks.c | 9 +-------- 1 files changed, 1 insertion(+), 8 deletions(-) diff -Nru a/xen/acm/acm_null_hooks.c b/xen/acm/acm_null_hooks.c --- a/xen/acm/acm_null_hooks.c 2005-06-23 09:03:26 -04:00 +++ b/xen/acm/acm_null_hooks.c 2005-06-23 09:03:26 -04:00 @@ -19,28 +19,23 @@ return ACM_OK; } - static void null_free_domain_ssid(void *chwall_ssid) { return; } - static int null_dump_binary_policy(u8 *buf, u16 buf_size) { return 0; } - - static int null_set_binary_policy(u8 *buf, u16 buf_size) { - return -1; + return ACM_OK; } - static int null_dump_stats(u8 *buf, u16 buf_size) @@ -49,7 +44,6 @@ return 0; } - /* now define the hook structure similarly to LSM */ struct acm_operations acm_null_ops = { .init_domain_ssid = null_init_domain_ssid, @@ -72,5 +66,4 @@ .fail_grant_map_ref = NULL, .pre_grant_setup = NULL, .fail_grant_setup = NULL - }; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |