The patch titled Subject: ocfs2: remove unneeded header include path in fs/ocfs2/Makefile has been removed from the -mm tree. Its filename was ocfs2-remove-unneeded-header-include-path-in-fs-ocfs2-makefile.patch This patch was dropped because it had testing failures ------------------------------------------------------ From: Masahiro Yamada <masahiroy@xxxxxxxxxx> Subject: ocfs2: remove unneeded header include path in fs/ocfs2/Makefile You can build fs/ocfs2 without this. Link: http://lkml.kernel.org/r/20200105070023.27806-1-masahiroy@xxxxxxxxxx Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> Cc: Mark Fasheh <mark@xxxxxxxxxx> Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Junxiao Bi <junxiao.bi@xxxxxxxxxx> Cc: Joseph Qi <jiangqi903@xxxxxxxxx> Cc: Changwei Ge <gechangwei@xxxxxxx> Cc: Gang He <ghe@xxxxxxxx> Cc: Jun Piao <piaojun@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ocfs2/Makefile | 1 - 1 file changed, 1 deletion(-) --- a/fs/ocfs2/Makefile~ocfs2-remove-unneeded-header-include-path-in-fs-ocfs2-makefile +++ a/fs/ocfs2/Makefile @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -ccflags-y := -I$(src) obj-$(CONFIG_OCFS2_FS) += \ ocfs2.o \ _ Patches currently in -mm which might be from masahiroy@xxxxxxxxxx are ocfs2-make-local-header-paths-relative-to-c-files.patch treewide-remove-redundent-is_err-before-error-code-check.patch