nfs: fix the comment of nfs_get_root
authorLi Lingfeng <lilingfeng3@huawei.com>
Sat, 24 Aug 2024 01:43:35 +0000 (09:43 +0800)
committerAnna Schumaker <anna.schumaker@oracle.com>
Mon, 23 Sep 2024 19:03:13 +0000 (15:03 -0400)
commit6d26c5e4d83cd39006bfd2ecbc97fbfac34aaefa
treed16787a38fbd6b3c2418b0a377c641d272af8479
parent615e693b14ba22e1332c3bd5a4e038284bbc3e07
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

Signed-off-by: Li Lingfeng <lilingfeng3@huawei.com>
Acked-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/getroot.c