From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753095AbbIQAhN (ORCPT ); Wed, 16 Sep 2015 20:37:13 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:59245 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752424AbbIQAhL (ORCPT ); Wed, 16 Sep 2015 20:37:11 -0400 Date: Wed, 16 Sep 2015 17:37:05 -0700 From: Christoph Hellwig To: Pantelis Antoniou Cc: Joel Becker , Jonathan Corbet , Rob Herring , linux-kernel@vger.kernel.org, Pantelis Antoniou , Nicholas Bellinger , Felipe Balbi Subject: Re: [PATCH] configfs: Implement binary attributes Message-ID: <20150917003704.GA9732@infradead.org> References: <1442419730-4771-1-git-send-email-pantelis.antoniou@konsulko.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442419730-4771-1-git-send-email-pantelis.antoniou@konsulko.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Pantelis, can you check if your patches become simpler on top of the changes in this tree: http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/configfs.2 I recently started using configfs and came up with this to avoid the gigantic amounts of boilerplate code required for configfs attributes at the moment. I plan to send it out soon.