From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges Date: Mon, 4 Feb 2013 12:51:36 -0800 Message-ID: <20130204125136.b0926f20.akpm@linux-foundation.org> References: <1359715424-32318-1-git-send-email-lczerner@redhat.com> <1359715424-32318-11-git-send-email-lczerner@redhat.com> <20130201151502.59398b29.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, xfs@oss.sgi.com, Hugh Dickins To: =?UTF-8?Q?Luk=C3=A1=C5=A1?= Czerner Return-path: In-Reply-To: Sender: owner-linux-mm@kvack.org List-Id: linux-ext4.vger.kernel.org On Mon, 4 Feb 2013 15:51:19 +0100 (CET) Luk____ Czerner wrote: > I hope I explained myself well enough :). Are you ok with this king > of approach ? If so, I'll resend the patch set without the > initialisation-at-declaration. uh, maybe. Next time I'll apply the patch and look at the end result! Try to make it as understandable and (hence) maintainable as possible, OK? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id B55C07F58 for ; Mon, 4 Feb 2013 14:51:39 -0600 (CST) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay2.corp.sgi.com (Postfix) with ESMTP id 83367304051 for ; Mon, 4 Feb 2013 12:51:39 -0800 (PST) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by cuda.sgi.com with ESMTP id 8Wgrbw3JN7HmioiD for ; Mon, 04 Feb 2013 12:51:38 -0800 (PST) Date: Mon, 4 Feb 2013 12:51:36 -0800 From: Andrew Morton Subject: Re: [PATCH 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges Message-Id: <20130204125136.b0926f20.akpm@linux-foundation.org> In-Reply-To: References: <1359715424-32318-1-git-send-email-lczerner@redhat.com> <1359715424-32318-11-git-send-email-lczerner@redhat.com> <20130201151502.59398b29.akpm@linux-foundation.org> Mime-Version: 1.0 List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: =?UTF-8?Q?Luk=C3=A1=C5=A1?= Czerner Cc: Hugh Dickins , linux-kernel@vger.kernel.org, xfs@oss.sgi.com, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org On Mon, 4 Feb 2013 15:51:19 +0100 (CET) Luk____ Czerner wrote: > I hope I explained myself well enough :). Are you ok with this king > of approach ? If so, I'll resend the patch set without the > initialisation-at-declaration. uh, maybe. Next time I'll apply the patch and look at the end result! Try to make it as understandable and (hence) maintainable as possible, OK? _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754798Ab3BDUvj (ORCPT ); Mon, 4 Feb 2013 15:51:39 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48014 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753931Ab3BDUvi (ORCPT ); Mon, 4 Feb 2013 15:51:38 -0500 Date: Mon, 4 Feb 2013 12:51:36 -0800 From: Andrew Morton To: =?UTF-8?Q?Luk=C3=A1=C5=A1?= Czerner Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, xfs@oss.sgi.com, Hugh Dickins Subject: Re: [PATCH 10/18] mm: teach truncate_inode_pages_range() to handle non page aligned ranges Message-Id: <20130204125136.b0926f20.akpm@linux-foundation.org> In-Reply-To: References: <1359715424-32318-1-git-send-email-lczerner@redhat.com> <1359715424-32318-11-git-send-email-lczerner@redhat.com> <20130201151502.59398b29.akpm@linux-foundation.org> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 4 Feb 2013 15:51:19 +0100 (CET) Luk____ Czerner wrote: > I hope I explained myself well enough :). Are you ok with this king > of approach ? If so, I'll resend the patch set without the > initialisation-at-declaration. uh, maybe. Next time I'll apply the patch and look at the end result! Try to make it as understandable and (hence) maintainable as possible, OK?