Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751863AbbGOCZJ (ORCPT ); Tue, 14 Jul 2015 22:25:09 -0400 Received: from mail-qg0-f43.google.com ([209.85.192.43]:35304 "EHLO mail-qg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750996AbbGOCZH (ORCPT ); Tue, 14 Jul 2015 22:25:07 -0400 From: Len Brown To: rjw@rjwysocki.net, linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH v4 0/1] suspend: make sync() on suspend-to-RAM optional Date: Tue, 14 Jul 2015 22:24:50 -0400 Message-Id: <1436927091-32520-1-git-send-email-lenb@kernel.org> X-Mailer: git-send-email 2.4.1.314.g9532ead Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 926 Lines: 19 Based on discussion resulting from... https://lkml.org/lkml/2015/5/8/82 [PATCH 1/1] suspend: delete sys_sync(), this patch makes sys_sync() optional, rather than deleting it entirely. This is an update to the original patch for this issue from Jan, 2014: patch https://lkml.org/lkml/2014/1/23/73 [PATCH v3] suspend: make sync() on suspend-to-RAM optional Aside from applying to Linux 4.1, rather than 3.13... the change is that suspend always checks the flag from the sysfs attribute before invoking sys_sync(); and the config option just sets the default value. Before the config option deleted all code. Also, the config dependency is corrected, and some varialbes re-named. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/