From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: Re: [PATCH 2/5] PM / Hibernate: snapshot cleanup Date: Wed, 28 Apr 2010 07:52:10 +0200 Message-ID: <20100428055145.GA3721@ucw.cz> References: <1272356118-10012-1-git-send-email-jslaby@suse.cz> <1272356118-10012-2-git-send-email-jslaby@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1272356118-10012-2-git-send-email-jslaby@suse.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Jiri Slaby Cc: linux-pm@lists.linux-foundation.org, Nigel Cunningham , linux-kernel@vger.kernel.org, jirislaby@gmail.com List-Id: linux-pm@vger.kernel.org On Tue 2010-04-27 10:15:15, Jiri Slaby wrote: > From: Jiri Slaby > > Remove support of reads with offset. This means snapshot_read/write_next > now does not accept count parameter. It allows to clean up the functions > and snapshot handle which no longer needs to care about offsets. > > /dev/snapshot handler is converted to simple_{read_from,write_to}_buffer > which take care of offsets. > > Signed-off-by: Jiri Slaby > Cc: Nigel Cunningham > Cc: "Rafael J. Wysocki" ack. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759332Ab0D3Sv6 (ORCPT ); Fri, 30 Apr 2010 14:51:58 -0400 Received: from ksp.mff.cuni.cz ([195.113.26.206]:45053 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758564Ab0D3RMu (ORCPT ); Fri, 30 Apr 2010 13:12:50 -0400 Date: Wed, 28 Apr 2010 07:52:10 +0200 From: Pavel Machek To: Jiri Slaby Cc: rjw@sisk.pl, linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, jirislaby@gmail.com, Nigel Cunningham Subject: Re: [PATCH 2/5] PM / Hibernate: snapshot cleanup Message-ID: <20100428055145.GA3721@ucw.cz> References: <1272356118-10012-1-git-send-email-jslaby@suse.cz> <1272356118-10012-2-git-send-email-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1272356118-10012-2-git-send-email-jslaby@suse.cz> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2010-04-27 10:15:15, Jiri Slaby wrote: > From: Jiri Slaby > > Remove support of reads with offset. This means snapshot_read/write_next > now does not accept count parameter. It allows to clean up the functions > and snapshot handle which no longer needs to care about offsets. > > /dev/snapshot handler is converted to simple_{read_from,write_to}_buffer > which take care of offsets. > > Signed-off-by: Jiri Slaby > Cc: Nigel Cunningham > Cc: "Rafael J. Wysocki" ack. -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html