aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/fdso.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/fdso.c')
-rw-r--r--litmus/fdso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/fdso.c b/litmus/fdso.c
index 1fcc47a6a62b..e23e7d5a5daa 100644
--- a/litmus/fdso.c
+++ b/litmus/fdso.c
@@ -42,6 +42,7 @@ static const struct fdso_ops* fdso_ops[] = {
42 &generic_affinity_ops, /* KFMLP_SIMPLE_GPU_AFF_OBS */ 42 &generic_affinity_ops, /* KFMLP_SIMPLE_GPU_AFF_OBS */
43 &generic_affinity_ops, /* KFMLP_GPU_AFF_OBS */ 43 &generic_affinity_ops, /* KFMLP_GPU_AFF_OBS */
44#endif 44#endif
45 &generic_lock_ops, /* PRIOQ_MUTEX */
45}; 46};
46 47
47static int fdso_create(void** obj_ref, obj_type_t type, void* __user config) 48static int fdso_create(void** obj_ref, obj_type_t type, void* __user config)