The patch titled Subject: autofs-improve-ioctl-sbi-checks-fix has been removed from the -mm tree. Its filename was autofs-improve-ioctl-sbi-checks-fix.patch This patch was dropped because it was folded into autofs-improve-ioctl-sbi-checks.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: autofs-improve-ioctl-sbi-checks-fix declare autofs_fs_type in .h, not .c Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Ian Kent <raven@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/autofs/autofs_i.h | 2 ++ fs/autofs/dev-ioctl.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/fs/autofs/autofs_i.h~autofs-improve-ioctl-sbi-checks-fix +++ a/fs/autofs/autofs_i.h @@ -42,6 +42,8 @@ #endif #define pr_fmt(fmt) KBUILD_MODNAME ":pid:%d:%s: " fmt, current->pid, __func__ +extern struct file_system_type autofs_fs_type; + /* * Unified info structure. This is pointed to by both the dentry and * inode structures. Each file in the filesystem has an instance of this --- a/fs/autofs/dev-ioctl.c~autofs-improve-ioctl-sbi-checks-fix +++ a/fs/autofs/dev-ioctl.c @@ -14,8 +14,6 @@ #include "autofs_i.h" -extern struct file_system_type autofs_fs_type; - /* * This module implements an interface for routing autofs ioctl control * commands via a miscellaneous device file. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are autofs-improve-ioctl-sbi-checks.patch exec-separate-mm_anonpages-and-rlimit_stack-accounting-checkpatch-fixes.patch fs-remove-caller-signal_pending-branch-predictions-fix.patch