All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] fsck.f2fs: include f2fs_fs.h from local directory
@ 2019-07-31 13:01 Chao Yu
  0 siblings, 0 replies; only message in thread
From: Chao Yu @ 2019-07-31 13:01 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: jaegeuk

f2fs_fs.h locats in local directory rather than system one, fix it.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
---
 fsck/f2fs.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fsck/f2fs.h b/fsck/f2fs.h
index 21d4c33..a52b5d4 100644
--- a/fsck/f2fs.h
+++ b/fsck/f2fs.h
@@ -11,7 +11,6 @@
 #ifndef _F2FS_H_
 #define _F2FS_H_
 
-#include <f2fs_fs.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -27,6 +26,8 @@
 #include <sys/mount.h>
 #include <assert.h>
 
+#include "f2fs_fs.h"
+
 #define EXIT_ERR_CODE		(-1)
 #define ver_after(a, b) (typecheck(unsigned long long, a) &&            \
 		typecheck(unsigned long long, b) &&                     \
-- 
2.18.0.rc1



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-31 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 13:01 [f2fs-dev] [PATCH] fsck.f2fs: include f2fs_fs.h from local directory Chao Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.