Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759572AbbFCMzq (ORCPT ); Wed, 3 Jun 2015 08:55:46 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:34631 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759547AbbFCMzb (ORCPT ); Wed, 3 Jun 2015 08:55:31 -0400 MIME-Version: 1.0 In-Reply-To: <20150603035608.GA1652@swordfish> References: <1433264166-31452-1-git-send-email-ddstreet@ieee.org> <1433279395.4861.100.camel@perches.com> <1433280616.4861.102.camel@perches.com> <20150603035608.GA1652@swordfish> From: Dan Streetman Date: Wed, 3 Jun 2015 08:55:05 -0400 X-Google-Sender-Auth: SWaGhHpeW-AVF3wE5ZixAhxPJNY Message-ID: Subject: Re: [PATCH] MAINTAINERS: add zpool To: Sergey Senozhatsky Cc: Joe Perches , Andrew Morton , Linux-MM , linux-kernel , Minchan Kim , Nitin Gupta Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1329 Lines: 41 On Tue, Jun 2, 2015 at 11:56 PM, Sergey Senozhatsky wrote: > On (06/02/15 14:30), Joe Perches wrote: >> > >> +ZPOOL COMPRESSED PAGE STORAGE API >> > >> +M: Dan Streetman >> > >> +L: linux-mm@kvack.org >> > >> +S: Maintained >> > >> +F: mm/zpool.c >> > >> +F: include/linux/zpool.h >> > > >> > > If zpool.h is only included from files in mm/, >> > > maybe zpool.h should be moved to mm/ ? >> > >> > It *could* be included by others, e.g. drivers/block/zram. >> > >> > It currently is only used by zswap though, so yeah it could be moved >> > to mm/. Should I move it there, until (if ever) anyone outside of mm/ >> > wants to use it? >> >> Up to you. >> >> I think include/linux is a bit overstuffed and >> whatever can be include local should be. >> > > Hi, > > I agree, can be local for now. if zram will ever want to use zpool > then we will move zpool.h to include/linux. just my 5 cents. Ok. I'll send a patch to move it from include/linux to mm/ and update the drivers there that include it. > > -ss -- 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/