[GIT PULL] configfs changes for 4.10

From: Christoph Hellwig
Date: Wed Dec 14 2016 - 08:21:27 EST


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(-)