From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752581AbcG2H47 (ORCPT ); Fri, 29 Jul 2016 03:56:59 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:40741 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752324AbcG2H45 (ORCPT ); Fri, 29 Jul 2016 03:56:57 -0400 Date: Fri, 29 Jul 2016 09:56:53 +0200 From: Christoph Hellwig To: torvalds@linux-foundation.org Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] configfs updates for 4.8 Message-ID: <20160729075653.GA7979@infradead.org> References: <20160728133032.GA11941@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160728133032.GA11941@infradead.org> 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 Hi Linus, The following changes since commit ee40fb2948fc99096836995d4f3ddcc0efbac790: Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2016-07-08 18:59:46 -0700) are available in the git repository at: git://git.infradead.org/users/hch/configfs.git tags/configfs-for-4.8 for you to fetch changes up to 3dc3afadeb0403fd967b97ee282ab9053d36da2b: configfs: don't set buffer_needs_fill to zero if show() returns error (2016-07-10 21:02:18 +0900) ---------------------------------------------------------------- configfs updates for 4.8: - a simple error handling fix from Tal Shorer ---------------------------------------------------------------- Tal Shorer (1): configfs: don't set buffer_needs_fill to zero if show() returns error fs/configfs/file.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)