Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600888
| From | Greg Hackmann <ghackmann@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] config: android-base: CONFIG_SYNC -> CONFIG_SYNC_FILE |
| Date | 2017-03-14 21:50 +0100 |
| Message-ID | <tl1yh-5BE-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Explicit sync was renamed to CONFIG_SYNC_FILE when it was destaged, but the Android config fragment still tries to use the old name. Signed-off-by: Greg Hackmann <ghackmann@google.com> --- kernel/configs/android-base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/configs/android-base.config b/kernel/configs/android-base.config index 26a06e09a5bd..1bbc0ca5b16e 100644 --- a/kernel/configs/android-base.config +++ b/kernel/configs/android-base.config @@ -140,7 +140,7 @@ CONFIG_SECURITY_SELINUX=y CONFIG_SETEND_EMULATION=y CONFIG_STAGING=y CONFIG_SWP_EMULATION=y -CONFIG_SYNC=y +CONFIG_SYNC_FILE=y CONFIG_TUN=y CONFIG_UNIX=y CONFIG_USB_GADGET=y -- 2.12.0.367.g23dc2f6d3c-goog
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] config: android-base: CONFIG_SYNC -> CONFIG_SYNC_FILE Greg Hackmann <ghackmann@google.com> - 2017-03-14 21:50 +0100
csiph-web