Set the robust-futex list head of a task
long sys_set_robust_list(struct robust_list_head __user * head, size_t len);
head
pointer to the list-head
len
length of the list-head, as userspace expects
Rusty Russell <[email protected]>
Author.