From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752480AbcGGKth (ORCPT ); Thu, 7 Jul 2016 06:49:37 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:57183 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750817AbcGGKtg (ORCPT ); Thu, 7 Jul 2016 06:49:36 -0400 Date: Thu, 7 Jul 2016 19:48:45 +0900 From: Christoph Hellwig To: Linus Torvalds Cc: Joel Becker , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] a configfs update for 4.7 Message-ID: <20160707104845.GA2376@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 Hi Linus, The following changes since commit f8608985f851c917b3884b692d8e326b0210d34e: configfs: Remove ppos increment in configfs_write_bin_file (2016-06-30 11:28:55 +0200) are available in the git repository at: git://git.infradead.org/users/hch/configfs.git tags/configfs-for-4.7 for you to fetch changes up to f8608985f851c917b3884b692d8e326b0210d34e: configfs: Remove ppos increment in configfs_write_bin_file (2016-06-30 11:28:55 +0200) ---------------------------------------------------------------- Configfs fixes for Linux 4.7: - a fix from Marek for ppos handling in configfs_write_bin_file, which was introduced in Linux 4.5, but didn't have any users until recently. ----------------------------------------------------------------