From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757297Ab0D0V6p (ORCPT ); Tue, 27 Apr 2010 17:58:45 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:49435 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754768Ab0D0V6n (ORCPT ); Tue, 27 Apr 2010 17:58:43 -0400 From: "Rafael J. Wysocki" To: Jiri Slaby Subject: Re: [PATCH 1/5] FS: libfs, implement simple_write_to_buffer Date: Tue, 27 Apr 2010 23:58:36 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34-rc4-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> In-Reply-To: <1272356118-10012-1-git-send-email-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <201004272358.36175.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Rafael