From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755892AbcLNNVW (ORCPT ); Wed, 14 Dec 2016 08:21:22 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:43850 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755052AbcLNNVV (ORCPT ); Wed, 14 Dec 2016 08:21:21 -0500 Date: Wed, 14 Dec 2016 14:21:15 +0100 From: Christoph Hellwig To: Linus Torvalds Cc: Joel Becker , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] configfs changes for 4.10 Message-ID: <20161214132115.GA23169@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 The following changes since commit e5517c2a5a49ed5e99047008629f1cd60246ea0e: Linux 4.9-rc7 (2016-11-27 13:08:04 -0800) are available in the git repository at: git://git.infradead.org/users/hch/configfs.git tags/configfs-for-4.10 for you to fetch changes up to e16769d4bca67218531505ad1a8365d227fedcf9: fs: configfs: don't return anything from drop_link (2016-12-01 10:50:49 +0100) ---------------------------------------------------------------- Just one simple change from Andrzej to drop the pointless return value from the ->drop_link method. ---------------------------------------------------------------- Andrzej Pietrasiewicz (1): fs: configfs: don't return anything from drop_link Documentation/filesystems/configfs/configfs.txt | 2 +- drivers/nvme/target/configfs.c | 10 ++++------ drivers/target/target_core_fabric_configfs.c | 7 +++---- drivers/usb/gadget/configfs.c | 8 +++----- drivers/usb/gadget/function/uvc_configfs.c | 25 +++++-------------------- include/linux/configfs.h | 2 +- 6 files changed, 17 insertions(+), 37 deletions(-)