commit | ccd903e26750b92c4cbb1bec0a451f8002838059 | [log] [tgz] |
---|---|---|
author | Andrew Morton <[email protected]> | Tue Jan 12 15:49:33 2021 -0800 |
committer | Greg Kroah-Hartman <[email protected]> | Tue Jan 19 18:27:21 2021 +0100 |
tree | 54be376b3f20ff6c753469a67e12c9b06ef3e8d0 | |
parent | d3e43af7c61f1a6396e7d1a3bc3e76b8fd96bfca [diff] |
mm/process_vm_access.c: include compat.h commit eb351d75ce1e75b4f793d609efac08426ca50acd upstream. Fix the build error: mm/process_vm_access.c:277:5: error: implicit declaration of function 'in_compat_syscall'; did you mean 'in_ia32_syscall'? [-Werror=implicit-function-declaration] Fixes: 38dc5079da7081e "Fix compat regression in process_vm_rw()" Reported-by: [email protected] Cc: Kyle Huey <[email protected]> Cc: Jens Axboe <[email protected]> Cc: Al Viro <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>