From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f50.google.com (mail-yh0-f50.google.com [209.85.213.50]) by kanga.kvack.org (Postfix) with ESMTP id CB1786B0039 for ; Sat, 28 Jun 2014 15:57:52 -0400 (EDT) Received: by mail-yh0-f50.google.com with SMTP id t59so3913542yho.23 for ; Sat, 28 Jun 2014 12:57:52 -0700 (PDT) Received: from imap.thunk.org (imap.thunk.org. [2600:3c02::f03c:91ff:fe96:be03]) by mx.google.com with ESMTPS id n63si2781396yhl.59.2014.06.28.12.57.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 28 Jun 2014 12:57:52 -0700 (PDT) Date: Sat, 28 Jun 2014 15:57:48 -0400 From: Theodore Ts'o Subject: Re: [PATCH] msync: fix incorrect fstart calculation Message-ID: <20140628195748.GC2162@thunk.org> References: <006a01cf91fc$5d225170$1766f450$@samsung.com> <20140628191425.GA2162@thunk.org> <20140628124421.c499b001.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140628124421.c499b001.akpm@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Namjae Jeon , linux-mm@kvack.org, linux-ext4 , =?utf-8?B?THVrw6HFoQ==?= Czerner , 'Matthew Wilcox' , 'Eric Whitney' , Ashish Sangwan On Sat, Jun 28, 2014 at 12:44:21PM -0700, Andrew Morton wrote: > On Sat, 28 Jun 2014 15:14:25 -0400 "Theodore Ts'o" wrote: > > > On Fri, Jun 27, 2014 at 08:38:49PM +0900, Namjae Jeon wrote: > > > Fix a regression caused by Commit 7fc34a62ca mm/msync.c: sync only > > > the requested range in msync(). > > > xfstests generic/075 fail occured on ext4 data=journal mode because > > > the intended range was not syncing due to wrong fstart calculation. > > > > > > Cc: Matthew Wilcox > > > Cc: Luk____ Czerner > > > Reported-by: Eric Whitney > > > Signed-off-by: Namjae Jeon > > > Signed-off-by: Ashish Sangwan > > > > Reviewed-by: Theodore Ts'o > > > > Andrew, do you want to take this in the mm tree, > > I have done so. Great, thanks!! - Ted -- 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