The patch titled Remove unused struct proc_dir_entry::set has been added to the -mm tree. Its filename is remove-unused-struct-proc_dir_entryset.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Remove unused struct proc_dir_entry::set From: Alexey Dobriyan <adobriyan@xxxxxxxxx> After /proc/sys rewrite it was left unused. Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/proc_fs.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/proc_fs.h~remove-unused-struct-proc_dir_entryset include/linux/proc_fs.h --- a/include/linux/proc_fs.h~remove-unused-struct-proc_dir_entryset +++ a/include/linux/proc_fs.h @@ -75,7 +75,6 @@ struct proc_dir_entry { write_proc_t *write_proc; atomic_t count; /* use count */ int deleted; /* delete flag */ - void *set; int pde_users; /* number of callers into module in progress */ spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */ struct completion *pde_unload_completion; _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are origin.patch blackfin-arch-after-removing-fsh-from-mmh-fix-the-broken-on-blackfin-arch.patch remove-unused-struct-proc_dir_entryset.patch faster-ext2_clear_inode.patch fs-proc-mmuc-headers-butchery.patch remove-sysctlh-from-fsh.patch epcac-reformat-comments-and-coding-style-improvements.patch revert-faster-ext2_clear_inode.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html