Bug 11178 - nfs: fix the comment of nfs_get_root
Summary: nfs: fix the comment of nfs_get_root
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: fs (show other bugs) fs
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: HLjksuga
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-27 17:18 UTC by HLjksuga
Modified: 2024-10-12 10:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HLjksuga inspur_group 2024-09-27 17:18:58 UTC
nfs: fix the comment of nfs_get_root

    The comment for nfs_get_root() needs to be updated as it would also be
    used by NFS4 as follows:
    @x[
        nfs_get_root+1
        nfs_get_tree_common+1819
        nfs_get_tree+2594
        vfs_get_tree+73
        fc_mount+23
        do_nfs4_mount+498
        nfs4_try_get_tree+134
        nfs_get_tree+2562
        vfs_get_tree+73
        path_mount+2776
        do_mount+226
        __se_sys_mount+343
        __x64_sys_mount+106
        do_syscall_64+69
        entry_SYSCALL_64_after_hwframe+97
    , mount.nfs4]: 1
Comment 1 小龙 admin 2024-09-27 17:26:39 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/3892