diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-10 23:34:20 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-05-21 02:31:34 +0200 |
commit | a3929484af75ee524419edbbc4e9ce012c3d67c9 (patch) | |
tree | 3d9a07871d1f21d67790aff524f61b1085c14057 /net/atm/resources.h | |
parent | atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl() (diff) | |
download | linux-a3929484af75ee524419edbbc4e9ce012c3d67c9.tar.xz linux-a3929484af75ee524419edbbc4e9ce012c3d67c9.zip |
atm: move copyin from atm_getnames() into the caller
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/atm/resources.h')
-rw-r--r-- | net/atm/resources.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/resources.h b/net/atm/resources.h index 18f8e5948ce4..5e2c68d37d63 100644 --- a/net/atm/resources.h +++ b/net/atm/resources.h @@ -14,7 +14,7 @@ extern struct list_head atm_devs; extern struct mutex atm_dev_mutex; -int atm_getnames(void __user *arg, int compat); +int atm_getnames(void __user *buf, int __user *iobuf_len); int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat); |