aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/fdso.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/fdso.c')
-rw-r--r--litmus/fdso.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/fdso.c b/litmus/fdso.c
index fdd9a6e805c7..41852d7b14d2 100644
--- a/litmus/fdso.c
+++ b/litmus/fdso.c
@@ -27,7 +27,7 @@ static const struct fdso_ops* fdso_ops[] = {
27 &generic_lock_ops, /* MPCP_VS_SEM */ 27 &generic_lock_ops, /* MPCP_VS_SEM */
28 &generic_lock_ops, /* DPCP_SEM */ 28 &generic_lock_ops, /* DPCP_SEM */
29 &generic_lock_ops, /* PCP_SEM */ 29 &generic_lock_ops, /* PCP_SEM */
30 &generic_lock_ops, /* RNLP_SEM */ 30 &generic_lock_ops, /* DGL_SEM */
31}; 31};
32 32
33static int fdso_create(void** obj_ref, obj_type_t type, void* __user config) 33static int fdso_create(void** obj_ref, obj_type_t type, void* __user config)
@@ -141,7 +141,7 @@ static void put_inode_obj(struct inode_obj_id* obj)
141 } 141 }
142} 142}
143 143
144static struct od_table_entry* get_od_entry(struct task_struct* t) 144static struct od_table_entry* get_od_entry(struct task_struct* t)
145{ 145{
146 struct od_table_entry* table; 146 struct od_table_entry* table;
147 int i; 147 int i;