Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp4414880pxy; Tue, 27 Apr 2021 04:41:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxiwNGKVbtExYZRQRZ6oIwc3+haqXPBf5YdNOjGUOqAzreZkNOgTYN+4Sg1OSF42mYtq2OC X-Received: by 2002:a17:906:564f:: with SMTP id v15mr12084643ejr.96.1619523674885; Tue, 27 Apr 2021 04:41:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619523674; cv=none; d=google.com; s=arc-20160816; b=XujeWho30gsxA/M9aTE5xnarUcqsDEECFlpDldTJ2Y80cFZyT82a1yGFULgDttr71t 0r7kiV1Oj8Aa4lFu+mlOoq+Bs7Cjuj2DFZnfn/AIYakjbAssb5mDfHN9TWPL2EhAU0qn hnhkhO3jXCFimbLsQjA9Q4PGBOWTOX61ZhNpn9dO3veXWFaSB1UW+4wfvRNUUatcH3NI WCdXRMH6ezX4bc/YkcaGOfmKTSlGzRov9LezZlPU6RsYW1c1hHf/J0pQXdioKMb3nAQ8 l5NS8uCA5PnT4rMAvWW9itF9K8n0g2x8OU3kjfU1pozbxw/dfLFaBJskfsBIbbsepNL9 eb7A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=VZOOqfZiDuT/tZh7vpdW1BVWvMgLeDjnNOUL9WHKCIM=; b=JPv/dDY/fyhtviKXGALuglby5iUp5kPQFRInIBXtJSUt0Lue+pHXuW74uCgXBklfZt i2hk3wd8MZQGNJhLECQz0BW2HITfoTNy6/nCaeY1RI0l/CvTpQ8sxcWMsPMnXQy9KcQv UiN27u9CXqJCWBq6OoXGGl5Ljn5E9tUnxTwzIFblq5s4/vjAzbW2Cxdu1InkmOeyjh3c kgGn1VkxeXtfTUKKjTBZqOUd0tjGnpyu25K2VRNZPD4kgD0MrGaPPL8VGrVK7kIR4OSy m4GBqJi6BJLlvd4eeHMT+9yZrxKsNS8xzXlh6t1PPxTOz/d4q1XdX/yxzjg1P2cH/1gB Jyng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v13si2387039edl.526.2021.04.27.04.40.51; Tue, 27 Apr 2021 04:41:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235917AbhD0LkS (ORCPT + 99 others); Tue, 27 Apr 2021 07:40:18 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:60709 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235426AbhD0LkR (ORCPT ); Tue, 27 Apr 2021 07:40:17 -0400 Received: from ip5f5bf209.dynamic.kabel-deutschland.de ([95.91.242.9] helo=wittgenstein.fritz.box) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lbM3t-00013F-AD; Tue, 27 Apr 2021 11:39:29 +0000 From: Christian Brauner To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] fs helper kernel-doc update Date: Tue, 27 Apr 2021 13:38:46 +0200 Message-Id: <20210427113845.1712549-1-christian.brauner@ubuntu.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, /* Summary */ After last cycles changes we missed to update the kernel-docs in some places that were changed during the idmapped mount work. Lukas and Randy took the chance to not just fixup those places but also fixup and expand kernel-docs for some additional helpers. There are no functional changes in this PR which is why I split it out from the following one. The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/fs.idmapped.docs.v5.13 for you to fetch changes up to 92cb01c74ef13ca01e1af836236b140634967b82: fs: update kernel-doc for vfs_rename() (2021-03-23 11:20:26 +0100) /* Testing */ All patches are based on v5.12-rc2 and have been sitting in linux-next. No build failures or warnings were observed. All old and new tests are passing. ubuntu@f2-vm:~/src/git/xfstests$ sudo ./check -g idmapped FSTYP -- xfs (debug) PLATFORM -- Linux/x86_64 f2-vm 5.12.0-rc6-idmapped-cfebad8730dd #387 SMP PREEMPT Tue Apr 27 10:39:29 UTC 2021 MKFS_OPTIONS -- -f -bsize=4096 /dev/loop1 MOUNT_OPTIONS -- /dev/loop1 /mnt/scratch generic/633 files ... 27s xfs/152 files ... 68s xfs/153 files ... 36s Ran: generic/633 xfs/152 xfs/153 Passed all 3 tests /* Conflicts */ At the time of creating this PR no merge conflicts were reported from linux-next and no merge conflicts showed up doing a test-merge with current mainline. (Note, in case you care about this at all I changed my tag naming pattern simply because I ran into limitations with branch naming in git using "/" separators and I like to have a 1:1 correspondence between the branch and the tag name.) Please consider pulling these changes from the signed fs.idmapped.docs.v5.13 tag. Thanks! Christian ---------------------------------------------------------------- fs.idmapped.docs.v5.13 ---------------------------------------------------------------- Christian Brauner (1): fs: update kernel-doc for vfs_rename() Lukas Bulwahn (1): fs: turn some comments into kernel-doc Randy Dunlap (3): libfs: fix kernel-doc for mnt_userns namei: fix kernel-doc for struct renamedata and more xattr: fix kernel-doc for mnt_userns and vfs xattr helpers fs/libfs.c | 1 + fs/namei.c | 14 +++----------- fs/xattr.c | 14 ++++++++------ include/linux/fs.h | 17 ++++++++++++++--- 4 files changed, 26 insertions(+), 20 deletions(-)