The patch titled Subject: ocfs2: remove unneeded header include path in fs/ocfs2/Makefile has been added to the -mm tree. Its filename is ocfs2-remove-unneeded-header-include-path-in-fs-ocfs2-makefile.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ocfs2-remove-unneeded-header-include-path-in-fs-ocfs2-makefile.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ocfs2-remove-unneeded-header-include-path-in-fs-ocfs2-makefile.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 ocfs2-remove-unneeded-header-include-path-in-fs-ocfs2-makefile.patch treewide-remove-redundent-is_err-before-error-code-check.patch