The patch titled Subject: autofs: remove wrong comment has been added to the -mm tree. Its filename is autofs-remove-wrong-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/autofs-remove-wrong-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/autofs-remove-wrong-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> Subject: autofs: remove wrong comment This format seems to have been taken from device mapper header, but autofs has no such file:function in both kernel and userspace. Link: http://lkml.kernel.org/r/148577164094.9801.4775075118014742496.stgit@xxxxxxxxxxxxxxxx Signed-off-by: Tomohiro Kusumi <tkusumi@xxxxxxxxxx> Signed-off-by: Ian Kent <raven@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/auto_dev-ioctl.h | 4 ---- 1 file changed, 4 deletions(-) diff -puN include/uapi/linux/auto_dev-ioctl.h~autofs-remove-wrong-comment include/uapi/linux/auto_dev-ioctl.h --- a/include/uapi/linux/auto_dev-ioctl.h~autofs-remove-wrong-comment +++ a/include/uapi/linux/auto_dev-ioctl.h @@ -120,10 +120,6 @@ static inline void init_autofs_dev_ioctl in->ioctlfd = -1; } -/* - * If you change this make sure you make the corresponding change - * to autofs-dev-ioctl.c:lookup_ioctl() - */ enum { /* Get various version info */ AUTOFS_DEV_IOCTL_VERSION_CMD = 0x71, _ Patches currently in -mm which might be from tkusumi@xxxxxxxxxx are autofs-remove-wrong-comment.patch autofs-fix-typo-in-documentation.patch autofs-fix-wrong-ioctl-documentation-regarding-devid.patch autofs-update-ioctl-documentation-regarding-struct-autofs_dev_ioctl.patch autofs-add-command-enum-macros-for-root-dir-ioctls.patch autofs-remove-duplicated-autofs_dev_ioctl_size-definition.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