linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] Include private/fs_config.h directly when needed
@ 2020-03-06  3:37 Jaegeuk Kim
  2020-03-16  2:59 ` Chao Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Jaegeuk Kim @ 2020-03-06  3:37 UTC (permalink / raw)
  To: linux-f2fs-devel; +Cc: Tom Cherry, Jaegeuk Kim

From: Tom Cherry <tomcherry@google.com>

This is no longer a transitive include of android_filesystem_config.h

Signed-off-by: Tom Cherry <tomcherry@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 fsck/sload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fsck/sload.c b/fsck/sload.c
index f601916..c064f7f 100644
--- a/fsck/sload.c
+++ b/fsck/sload.c
@@ -34,6 +34,7 @@ static fs_config_f fs_config_func = NULL;
 #include <selinux/android.h>
 #include <private/android_filesystem_config.h>
 #include <private/canned_fs_config.h>
+#include <private/fs_config.h>
 #endif
 
 static int filter_dot(const struct dirent *d)
-- 
2.25.1.481.gfbce0eb801-goog



_______________________________________________
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] 2+ messages in thread

* Re: [f2fs-dev] [PATCH] Include private/fs_config.h directly when needed
  2020-03-06  3:37 [f2fs-dev] [PATCH] Include private/fs_config.h directly when needed Jaegeuk Kim
@ 2020-03-16  2:59 ` Chao Yu
  0 siblings, 0 replies; 2+ messages in thread
From: Chao Yu @ 2020-03-16  2:59 UTC (permalink / raw)
  To: Jaegeuk Kim, linux-f2fs-devel; +Cc: Tom Cherry

On 2020/3/6 11:37, Jaegeuk Kim wrote:
> From: Tom Cherry <tomcherry@google.com>
> 
> This is no longer a transitive include of android_filesystem_config.h
> 
> Signed-off-by: Tom Cherry <tomcherry@google.com>
> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>

Reviewed-by: Chao Yu <yuchao0@huawei.com>

Thanks,


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

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

end of thread, other threads:[~2020-03-16  2:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06  3:37 [f2fs-dev] [PATCH] Include private/fs_config.h directly when needed Jaegeuk Kim
2020-03-16  2:59 ` Chao Yu

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).