Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752415AbbFBVa0 (ORCPT ); Tue, 2 Jun 2015 17:30:26 -0400 Received: from smtprelay0233.hostedemail.com ([216.40.44.233]:36726 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751690AbbFBVaU (ORCPT ); Tue, 2 Jun 2015 17:30:20 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:421:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2110:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3866:3867:3868:3870:3871:3872:3873:4321:5007:6261:7809:7903:10004:10400:10848:11232:11658:11914:12043:12517:12519:12555:12740:13069:13311:13357:13846:14096:14097:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: beef59_59e5665e79d56 X-Filterd-Recvd-Size: 2213 Message-ID: <1433280616.4861.102.camel@perches.com> Subject: Re: [PATCH] MAINTAINERS: add zpool From: Joe Perches To: Dan Streetman Cc: Andrew Morton , Linux-MM , linux-kernel , Minchan Kim , Nitin Gupta , Sergey Senozhatsky Date: Tue, 02 Jun 2015 14:30:16 -0700 In-Reply-To: References: <1433264166-31452-1-git-send-email-ddstreet@ieee.org> <1433279395.4861.100.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1328 Lines: 39 On Tue, 2015-06-02 at 17:19 -0400, Dan Streetman wrote: > On Tue, Jun 2, 2015 at 5:09 PM, Joe Perches wrote: > > On Tue, 2015-06-02 at 12:56 -0400, Dan Streetman wrote: > >> Add entry for zpool to MAINTAINERS file. > > [] > >> diff --git a/MAINTAINERS b/MAINTAINERS > > [] > >> @@ -11056,6 +11056,13 @@ L: zd1211-devs@lists.sourceforge.net (subscribers-only) > >> S: Maintained > >> F: drivers/net/wireless/zd1211rw/ > >> > >> +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. cheers, Joe -- 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/