linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ocfs2: remove unneeded header include path in fs/ocfs2/Makefile
@ 2020-01-05  7:00 Masahiro Yamada
  2020-01-10  0:27 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-01-05  7:00 UTC (permalink / raw)
  To: Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel
  Cc: Andrew Morton, Masahiro Yamada, linux-kernel

You can build fs/ocfs2 without this.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 fs/ocfs2/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile
index cc9b32b9db7c..46381d9dd890 100644
--- a/fs/ocfs2/Makefile
+++ b/fs/ocfs2/Makefile
@@ -1,5 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0
-ccflags-y := -I$(src)
 
 obj-$(CONFIG_OCFS2_FS) += 	\
 	ocfs2.o			\
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ocfs2: remove unneeded header include path in fs/ocfs2/Makefile
  2020-01-05  7:00 [PATCH] ocfs2: remove unneeded header include path in fs/ocfs2/Makefile Masahiro Yamada
@ 2020-01-10  0:27 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2020-01-10  0:27 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel, linux-kernel

On Sun,  5 Jan 2020 16:00:23 +0900 Masahiro Yamada <masahiroy@kernel.org> wrote:

> You can build fs/ocfs2 without this.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
> 
>  fs/ocfs2/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile
> index cc9b32b9db7c..46381d9dd890 100644
> --- a/fs/ocfs2/Makefile
> +++ b/fs/ocfs2/Makefile
> @@ -1,5 +1,4 @@
>  # SPDX-License-Identifier: GPL-2.0
> -ccflags-y := -I$(src)
>  
>  obj-$(CONFIG_OCFS2_FS) += 	\
>  	ocfs2.o			\

I get

fs/ocfs2/alloc.c:21:10: fatal error: cluster/masklog.h: No such file or directory
 #include <cluster/masklog.h>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-10  0:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05  7:00 [PATCH] ocfs2: remove unneeded header include path in fs/ocfs2/Makefile Masahiro Yamada
2020-01-10  0:27 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).