From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757378AbdLQQ7h (ORCPT ); Sun, 17 Dec 2017 11:59:37 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:42936 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752225AbdLQQ7f (ORCPT ); Sun, 17 Dec 2017 11:59:35 -0500 Date: Sun, 17 Dec 2017 16:59:34 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] a couple of vfs fixes Message-ID: <20171217165933.GM21978@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org alloc_super() one is this window regression, lazytime thing is older... The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) 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 d7ee946942bdd12394809305e3df05aa4c8b7b8f: VFS: Handle lazytime in do_mount() (2017-12-09 20:16:33 -0500) ---------------------------------------------------------------- Al Viro (1): alloc_super(): do ->s_umount initialization earlier Markus Trippelsdorf (1): VFS: Handle lazytime in do_mount() fs/namespace.c | 1 + fs/super.c | 37 ++++++++++++++++++------------------- 2 files changed, 19 insertions(+), 19 deletions(-)