From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755988Ab0EAWAQ (ORCPT ); Sat, 1 May 2010 18:00:16 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:34676 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753451Ab0EAWAL (ORCPT ); Sat, 1 May 2010 18:00:11 -0400 From: "Rafael J. Wysocki" To: Jiri Slaby Subject: Re: [PATCH 1/5] FS: libfs, implement simple_write_to_buffer Date: Sun, 2 May 2010 00:00:36 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34-rc6-rjw; KDE/4.3.5; x86_64; ; ) Cc: pavel@ucw.cz, linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, jirislaby@gmail.com, Nigel Cunningham , Alexander Viro , linux-fsdevel@vger.kernel.org References: <1272356118-10012-1-git-send-email-jslaby@suse.cz> <201004272358.36175.rjw@sisk.pl> <201004290016.40469.rjw@sisk.pl> In-Reply-To: <201004290016.40469.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <201005020000.37013.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 29 April 2010, Rafael J. Wysocki wrote: > On Tuesday 27 April 2010, Rafael J. Wysocki wrote: > > On Tuesday 27 April 2010, Jiri Slaby wrote: > > > It will be used in suspend code and serves as an easy wrap around > > > copy_from_user. Similar to simple_read_from_buffer, it takes care > > > of transfers with proper lengths depending on available and count > > > parameters and advances ppos appropriately. > > > > > > Signed-off-by: Jiri Slaby > > > Cc: Nigel Cunningham > > > Cc: "Rafael J. Wysocki" > > > Cc: Alexander Viro > > > Cc: linux-fsdevel@vger.kernel.org > > > > Thanks for the patches, I'll review them as soon as I can. > > They look good. If there are no objections from the other people, I'll add > them to suspend-2.6/linux-next in the next few days. All patches in this series applied to suspend-2.6/linux-next. I fixed up the Pavel's address in the copyright notice in kernel/power/block_io.c. Thanks, Rafael