From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15B0CC83000 for ; Tue, 28 Apr 2020 21:19:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F280B2072A for ; Tue, 28 Apr 2020 21:19:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726516AbgD1VS7 (ORCPT ); Tue, 28 Apr 2020 17:18:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726279AbgD1VS7 (ORCPT ); Tue, 28 Apr 2020 17:18:59 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5FC7C03C1AC; Tue, 28 Apr 2020 14:18:58 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTXd1-00Dlr7-U7; Tue, 28 Apr 2020 21:18:56 +0000 Date: Tue, 28 Apr 2020 22:18:55 +0100 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] vfs.git fixes Message-ID: <20200428211855.GZ23230@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 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Two old bugs... The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes for you to fetch changes up to b0d3869ce9eeacbb1bbd541909beeef4126426d5: propagate_one(): mnt_set_mountpoint() needs mount_lock (2020-04-27 10:37:14 -0400) ---------------------------------------------------------------- Al Viro (2): dlmfs_file_write(): fix the bogosity in handling non-zero *ppos propagate_one(): mnt_set_mountpoint() needs mount_lock fs/ocfs2/dlmfs/dlmfs.c | 27 ++++++++++++--------------- fs/pnode.c | 9 ++++----- 2 files changed, 16 insertions(+), 20 deletions(-)