+5
−1
+45
−43
+1
−0
Loading
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:
Al Viro <viro@zeniv.linux.org.uk>