From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Mon, 5 Oct 2015 14:37:05 -0700 Subject: [Cluster-devel] simplify configfs attributes V2 In-Reply-To: <1443879179-22280-1-git-send-email-hch@lst.de> References: <1443879179-22280-1-git-send-email-hch@lst.de> Message-ID: <20151005143705.bdcfa7d7b8211506c5dbc12e@linux-foundation.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sat, 3 Oct 2015 15:32:36 +0200 Christoph Hellwig wrote: > This series consolidates the code to implement configfs attributes > by providing the ->show and ->store method in common code and using > container_of in the methods to access the containing structure. > > This reduces source and binary size of configfs consumers a lot. There's a version of this patch series (I assume V1) in linux-next via Nicholas's tree so my hands are tied. I trust that Nicholas will update things. Or maybe it was a slipup - modifying usb, ocfs2 etc from the iscsi tree is innovative ;)