From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: 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. ----------------------------------------------------------------