From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f199.google.com (mail-io0-f199.google.com [209.85.223.199]) by kanga.kvack.org (Postfix) with ESMTP id 31E706B0007 for ; Wed, 14 Feb 2018 12:18:04 -0500 (EST) Received: by mail-io0-f199.google.com with SMTP id p189so12444666iod.2 for ; Wed, 14 Feb 2018 09:18:04 -0800 (PST) Received: from resqmta-ch2-07v.sys.comcast.net (resqmta-ch2-07v.sys.comcast.net. [2001:558:fe21:29:69:252:207:39]) by mx.google.com with ESMTPS id 81si159449ioh.195.2018.02.14.09.18.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Feb 2018 09:18:02 -0800 (PST) Date: Wed, 14 Feb 2018 11:18:00 -0600 (CST) From: Christopher Lameter Subject: Re: [PATCH v1] mm: Re-use DEFINE_SHOW_ATTRIBUTE() macro In-Reply-To: <20180214160409.GA25747@bombadil.infradead.org> Message-ID: References: <20180214154644.54505-1-andriy.shevchenko@linux.intel.com> <20180214160409.GA25747@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-mm@kvack.org List-ID: To: Matthew Wilcox Cc: Andy Shevchenko , Tejun Heo , Dennis Zhou , Minchan Kim , Nitin Gupta , Sergey Senozhatsky , linux-mm@kvack.org, Andrew Morton Acked-by: Christoph Lameter On Wed, 14 Feb 2018, Matthew Wilcox wrote: > On Wed, Feb 14, 2018 at 05:46:44PM +0200, Andy Shevchenko wrote: > > ...instead of open coding file operations followed by custom ->open() > > callbacks per each attribute. > > > > Signed-off-by: Andy Shevchenko > > Reviewed-by: Matthew Wilcox > -- 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