From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 28 Sep 2015 15:41:01 +0200 Subject: [Cluster-devel] [PATCH 07/23] usb-gadget/f_loopback: use per-attribute show and store methods In-Reply-To: <560928B1.1000605@samsung.com> References: <1443189000-13398-1-git-send-email-hch@lst.de> <1443189000-13398-8-git-send-email-hch@lst.de> <560928B1.1000605@samsung.com> Message-ID: <20150928134101.GD30453@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Sep 28, 2015 at 01:46:57PM +0200, Andrzej Pietrasiewicz wrote: >> } >> >> -static struct f_lb_opts_attribute f_lb_opts_qlen = >> - __CONFIGFS_ATTR(qlen, S_IRUGO | S_IWUSR, >> - f_lb_opts_qlen_show, >> - f_lb_opts_qlen_store); >> - > In my opinion the below line belongs here: > > +CONFIGFS_ATTR(f_lb_opts_, qlen); The idea is to keep all the attribute defintions near the attribute array, similar to how most drivers define their sysfs attributes. If you really don't like that way I'll move it back.