Skip to content
Commit 8c2348e3 authored by Al Viro's avatar Al Viro
Browse files

atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()



atm_dev_ioctl() does copyin in two different ways - one for
ATM_GETNAMES, another for everything else.  Start with separating
the former into a new helper (atm_getnames()).  The next step
will be to lift the copyin into the callers.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 38c53ca3
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