From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754188Ab0EPPrU (ORCPT ); Sun, 16 May 2010 11:47:20 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:34541 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754031Ab0EPPrS (ORCPT ); Sun, 16 May 2010 11:47:18 -0400 Message-ID: <4BF012B2.6080602@vflare.org> Date: Sun, 16 May 2010 21:13:46 +0530 From: Nitin Gupta Reply-To: ngupta@vflare.org User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc11 Thunderbird/3.0.4 MIME-Version: 1.0 To: Minchan Kim CC: Greg KH , Andrew Morton , Pekka Enberg , Hugh Dickins , Cyp , driverdev , linux-kernel Subject: Re: [PATCH] ramzswap: Remove backing swap support References: <1273740861-1900-1-git-send-email-ngupta@vflare.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Minchan, On 05/16/2010 09:50 AM, Minchan Kim wrote: > One thing was about naming. > Now block device operations has field naming swap_xxx_notify > (I am not sure exact name). My concern was it's very specific about swap. > So I thought we would be better to more abstract name. > > I thought trim like naming as Linus said. This call is very swap specific and is quite different from generic trim stuff. So, I think it will be better not be generalize the name and avoid confusing it with trim/discard etc. > > Anyway, I will review again at next week if it isn't merged > linux-next(or linux-mm ?? which is right?). That's because I have a > interest in your good ramzswap. :) > Thanks, comments/reviews are always welcome :) Greg: In the meantime, considering 3 Acks, is it possible to pull it in linux-next? I can then send additional patches, if you raise any concerns that needs further code changes. Thanks, Nitin