Skip to content
Commit 931ca7ab authored by Al Viro's avatar Al Viro
Browse files

ip*_mc_gsfget(): lift copyout of struct group_filter into callers



pass the userland pointer to the array in its tail, so that part
gets copied out by our functions; copyout of everything else is
done in the callers.  Rationale: reuse for compat; the array
is the same in native and compat, the layout of parts before it
is different for compat.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e9c375fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment