From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harvey Harrison Subject: [PATCH] feature-removal: Document suspend/hibernate deprecations Date: Thu, 31 Jan 2008 21:48:34 -0800 Message-ID: <1201844914.23523.84.camel@brick> References: <1201840628-23136-1-git-send-email-lenb@kernel.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from fg-out-1718.google.com ([72.14.220.152]:12372 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342AbYBAFsh (ORCPT ); Fri, 1 Feb 2008 00:48:37 -0500 Received: by fg-out-1718.google.com with SMTP id e21so845984fga.17 for ; Thu, 31 Jan 2008 21:48:36 -0800 (PST) In-Reply-To: <1201840628-23136-1-git-send-email-lenb@kernel.org> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: linux-pm@lists.linux-foundation.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Let this appear as deprecated in 2.6.25, remove after three releases (2.6.28). Signed-off-by: Harvey Harrison --- Something like this should be included if you are deprecating userspace functionality. I tried to come up with a useful reason from your changelogs, but you should fill this in. Documentation/feature-removal-schedule.txt | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 181bff0..cb005de 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -354,3 +354,28 @@ Why: The support code for the old firmware hurts code readability/maintainabilit and slightly hurts runtime performance. Bugfixes for the old firmware are not provided by Broadcom anymore. Who: Michael Buesch + +--------------------------- + +What: SNAPSHOT_PMOPS ioctl +When: 2.6.28 +Why: Badly designed interface, obsoleted by SNAPSHOT_PLATFORM_SUPPORT and + SNAPSHOT_POWER_OFF +Who: Len Brown + +--------------------------- + +What: SNAPSHOT_SET_SWAP_FILE ioctl +When: 2.6.28 +Why: Insert reason here +Who: Len Brown + +--------------------------- + +What: SNAPSHOT_ATOMIC_SNAPSHOT, SNAPSHOT_AVAIL_SWAP, SNAPSHOT_GET_SWAP_PAGE ioctls +When: 2.6.28 +Why: Defined in a non-portable manner, new numbers introduced, old numbers + deprecated. +Who: Len Brown + +--------------------------- -- 1.5.4.rc4.1142.gf5a97