nfsd: kill stale comment about simple_fill_super() requirements
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Nov 2023 00:27:17 +0000 (19:27 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Dec 2023 17:10:31 +0000 (12:10 -0500)
commit28403c09e36c84233db46ee29fdfc7124a8f576d
tree159e867f056321ce176e97d5ed8e7df904937b26
parent743cde7419bc9580a71a7e6f15eda66d6d8e71c2
nfsd: kill stale comment about simple_fill_super() requirements

That went into the tree back in 2005; the comment used to be true for
predecessor of simple_fill_super() that happened to live in nfsd; that one
didn't take care to skip the array entries with NULL ->name, so it could
not tolerate any gaps.  That had been fixed in 2003 when nfsd_fill_super()
had been abstracted into simple_fill_super(); if Neil's patch lived out
of tree during that time, he probably replaced the name of function when
rebasing it and didn't notice that restriction in question was no longer
there.

Acked-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfsd/nfsctl.c