The patch titled Subject: devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx-fix has been removed from the -mm tree. Its filename was devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx-fix.patch This patch was dropped because it was folded into devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx-fix remove unneeded static Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/devpts/inode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN fs/devpts/inode.c~devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx-fix fs/devpts/inode.c --- a/fs/devpts/inode.c~devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx-fix +++ a/fs/devpts/inode.c @@ -689,7 +689,8 @@ static int __init init_devpts_fs(void) struct ctl_table_header *table; if (!err) { - static struct vfsmount *mnt; + struct vfsmount *mnt; + table = register_sysctl_table(pty_root_table); mnt = kern_mount(&devpts_fs_type); if (IS_ERR(mnt)) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-meminit-inline-some-helper-functions.patch mm-meminit-finish-initialisation-of-struct-pages-before-basic-setup.patch devpts-if-initialization-failed-dont-crash-when-opening-dev-ptmx.patch ipcshm-move-bug_on-check-into-shm_lock-fix.patch scsi-resolve-sg-buffer-const-ness-issue-fix.patch genalloc-rename-dev_get_gen_pool-to-gen_pool_get-fix.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