+12
−37
+4
−9
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Remove open-coded memdup_user(). Note this changes some GFP_NOFS to GFP_KERNEL, since copy_from_user() may cause pagefault, it's pointless to pass GFP_NOFS to kmalloc(). Signed-off-by:Li Zefan <lizf@cn.fujitsu.com> Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>