Hi Eric, Today's linux-next merge of the sysctl tree got a conflict in fs/proc/proc_sysctl.c between commit 404015308747 ("security: trim security.h") from the security tree and commit 1f87f0b52b1d ("sysctl: Move the implementation into fs/proc/proc_sysctl.c") from the sysctl tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. BTW, I think this file only needs to include <linux/export.h> not module.h ... -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc fs/proc/proc_sysctl.c index 67bbf6e,a7708b7..0000000 --- a/fs/proc/proc_sysctl.c +++ b/fs/proc/proc_sysctl.c @@@ -6,9 -6,8 +6,10 @@@ #include <linux/poll.h> #include <linux/proc_fs.h> #include <linux/security.h> +#include <linux/sched.h> #include <linux/namei.h> +#include <linux/mm.h> + #include <linux/module.h> #include "internal.h" static const struct dentry_operations proc_sys_dentry_operations; http://www.canb.auug.org.au/~sfr/
Attachment:
pgpBVtLr9w2bc.pgp
Description: PGP signature