Message ID | 20240111102141.GY1674809@ZenIV (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [git,pull] vfs.git misc pile | expand |
The pull request you sent on Thu, 11 Jan 2024 10:21:41 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/488926926a1653adfda3f662355907c896524487
Thank you!
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc for you to fetch changes up to c5f3fd21789cff8fa1120e802dd1390d34e3eec0: apparmorfs: don't duplicate kfree_link() (2023-12-21 12:53:43 -0500) ---------------------------------------------------------------- misc cleanups (the part that hadn't been picked by individual fs trees) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---------------------------------------------------------------- Al Viro (17): zonefs: d_splice_alias() will do the right thing on ERR_PTR() inode nilfs2: d_obtain_alias(ERR_PTR(...)) will do the right thing... bfs_add_entry(): get rid of pointless ->d_name.len checks nfsd: kill stale comment about simple_fill_super() requirements udf: d_splice_alias() will do the right thing on ERR_PTR() inode udf: d_obtain_alias(ERR_PTR(...)) will do the right thing... udf_fiiter_add_entry(): check for zero ->d_name.len is bogus... hostfs: use d_splice_alias() calling conventions to simplify failure exits /proc/sys: use d_splice_alias() calling conventions to simplify failure exits affs: d_obtain_alias(ERR_PTR(...)) will do the right thing befs: d_obtain_alias(ERR_PTR(...)) will do the right thing ext4_add_entry(): ->d_name.len is never 0 __ocfs2_add_entry(), ocfs2_prepare_dir_for_insert(): namelen checks reiserfs_add_entry(): get rid of pointless namelen checks ocfs2_find_match(): there's no such thing as NULL or negative ->d_parent orangefs: saner arguments passing in readdir guts apparmorfs: don't duplicate kfree_link() fs/affs/namei.c | 3 --- fs/befs/linuxvfs.c | 3 --- fs/bfs/dir.c | 5 ----- fs/ext4/namei.c | 2 -- fs/hostfs/hostfs_kern.c | 8 ++------ fs/nfsd/nfsctl.c | 4 ---- fs/nilfs2/namei.c | 7 +------ fs/ocfs2/dcache.c | 7 ------- fs/ocfs2/dir.c | 9 --------- fs/orangefs/dir.c | 32 ++++++++++++-------------------- fs/proc/proc_sysctl.c | 14 ++------------ fs/reiserfs/namei.c | 7 ------- fs/udf/namei.c | 11 +---------- fs/zonefs/super.c | 2 -- security/apparmor/apparmorfs.c | 7 +------ 15 files changed, 19 insertions(+), 102 deletions(-)