From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 28 Sep 2015 15:42:14 +0200 Subject: [Cluster-devel] [PATCH 23/23] configfs: remove old API In-Reply-To: <56092D2E.1000400@samsung.com> References: <1443189000-13398-1-git-send-email-hch@lst.de> <1443189000-13398-24-git-send-email-hch@lst.de> <56092D2E.1000400@samsung.com> Message-ID: <20150928134214.GE30453@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > Haven't you just removed show_attribute() and store_attribute() from > configfs_item_operations? Oops, looks like the old text manage to slip back in. I'll fix it up. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 28 Sep 2015 15:42:14 +0200 Subject: [Ocfs2-devel] [PATCH 23/23] configfs: remove old API In-Reply-To: <56092D2E.1000400@samsung.com> References: <1443189000-13398-1-git-send-email-hch@lst.de> <1443189000-13398-24-git-send-email-hch@lst.de> <56092D2E.1000400@samsung.com> Message-ID: <20150928134214.GE30453@lst.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrzej Pietrasiewicz Cc: Christoph Hellwig , Joel Becker , Andrew Morton , Felipe Balbi , Tejun Heo , Pratyush Anand , target-devel@vger.kernel.org, cluster-devel@redhat.com, ocfs2-devel@oss.oracle.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org > Haven't you just removed show_attribute() and store_attribute() from > configfs_item_operations? Oops, looks like the old text manage to slip back in. I'll fix it up. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 23/23] configfs: remove old API Date: Mon, 28 Sep 2015 15:42:14 +0200 Message-ID: <20150928134214.GE30453@lst.de> References: <1443189000-13398-1-git-send-email-hch@lst.de> <1443189000-13398-24-git-send-email-hch@lst.de> <56092D2E.1000400@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Joel Becker , Andrew Morton , Felipe Balbi , Tejun Heo , Pratyush Anand , target-devel@vger.kernel.org, cluster-devel@redhat.com, ocfs2-devel@oss.oracle.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org To: Andrzej Pietrasiewicz Return-path: Content-Disposition: inline In-Reply-To: <56092D2E.1000400@samsung.com> Sender: target-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org > Haven't you just removed show_attribute() and store_attribute() from > configfs_item_operations? Oops, looks like the old text manage to slip back in. I'll fix it up.