All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] config: android-base: CONFIG_SYNC -> CONFIG_SYNC_FILE
@ 2017-03-14 20:44 Greg Hackmann
  0 siblings, 0 replies; only message in thread
From: Greg Hackmann @ 2017-03-14 20:44 UTC (permalink / raw)
  To: Rob Herring; +Cc: Dmitry Shmidt, linux-kernel, Greg Hackmann

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

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

only message in thread, other threads:[~2017-03-14 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-14 20:44 [PATCH] config: android-base: CONFIG_SYNC -> CONFIG_SYNC_FILE Greg Hackmann

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.