From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:44890 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932261AbdJVAMW (ORCPT ); Sat, 21 Oct 2017 20:12:22 -0400 Date: Sun, 22 Oct 2017 01:12:00 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Mimi Zohar , Matthew Garrett Subject: [git pull] vfs.git fixes Message-ID: <20171022001156.GV21978@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: MS_I_VERSION fixes - Mimi's fix + missing bits picked from Matthew (his patch contained a duplicate of the fs/namespace.c fix as well, but by that point the original fix had already been applied) The following changes since commit 1cfd0ddd82232804e03f3023f6a58b50dfef0574: bio_copy_user_iov(): don't ignore ->iov_offset (2017-10-10 23:55:14 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to 357fdad075abb976ee43f2dd450c40dcef4b7e2d: Convert fs/*/* to SB_I_VERSION (2017-10-18 18:51:27 -0400) ---------------------------------------------------------------- Matthew Garrett (1): Convert fs/*/* to SB_I_VERSION Mimi Zohar (1): vfs: fix mounting a filesystem with i_version fs/btrfs/super.c | 2 +- fs/ext4/super.c | 4 ++-- fs/fuse/inode.c | 2 +- fs/namespace.c | 3 ++- fs/xfs/xfs_super.c | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-)