+62
−21
Loading
stable inclusion from stable-v6.6.76 commit d073828fe0f5cd9531bb918ab0b5a7b920b1bfdb category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBW08Q Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d073828fe0f5cd9531bb918ab0b5a7b920b1bfdb -------------------------------- [ Upstream commit cd140ce9f611a5e9d2a5989a282b75e55c71dab3 ] Convert the hostfs filesystem to the new internal mount API as the old one will be obsoleted and removed. This allows greater flexibility in communication of mount parameters between userspace, the VFS and the filesystem. See Documentation/filesystems/mount_api.txt for more information. Signed-off-by:Hongbo Li <lihongbo22@huawei.com> Link: https://lore.kernel.org/r/20240530120111.3794664-1-lihongbo22@huawei.com Signed-off-by:
Christian Brauner <brauner@kernel.org> Stable-dep-of: 60a600243244 ("hostfs: fix string handling in __dentry_name()") Signed-off-by:
Sasha Levin <sashal@kernel.org> (cherry picked from commit d073828fe0f5cd9531bb918ab0b5a7b920b1bfdb) Signed-off-by:
Wentao Guan <guanwentao@uniontech.com>