Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933345AbbFWVMG (ORCPT ); Tue, 23 Jun 2015 17:12:06 -0400 Received: from mx2.parallels.com ([199.115.105.18]:36730 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932765AbbFWVL7 (ORCPT ); Tue, 23 Jun 2015 17:11:59 -0400 Message-ID: <5589CB8A.9000902@parallels.com> Date: Wed, 24 Jun 2015 00:11:38 +0300 From: Pavel Emelyanov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Oleg Nesterov , Andy Lutomirski , Andrew Morton CC: Al Viro , Benjamin LaHaise , Hugh Dickins , Jeff Moyer , Kirill Shutemov , Linus Torvalds , "linux-kernel@vger.kernel.org" , Andy Lutomirski Subject: Re: [PATCH 1/1] mm: move ->mremap() from file_operations to vm_operations_struct References: <20150623180225.GA12882@redhat.com> <20150623180251.GA13131@redhat.com> In-Reply-To: <20150623180251.GA13131@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [178.168.180.150] X-ClientProxiedBy: US-EXCH.sw.swsoft.com (10.255.249.47) To US-EXCH2.sw.swsoft.com (10.255.249.46) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 500 Lines: 13 On 06/23/2015 09:02 PM, Oleg Nesterov wrote: > vma->vm_ops->mremap() looks more natural and clean in move_vma(), > and this way ->mremap() can have more users. Say, vdso. > > Signed-off-by: Oleg Nesterov Looks-good-to: /me :) Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/