krtld: fix incorrect comment about cpio archive mount
commit3d777cbcaf1269a4e9e47837932f2654b588aa1b
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Wed, 4 Jul 2018 15:17:30 +0000 (4 11:17 -0400)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Wed, 4 Jul 2018 15:23:24 +0000 (4 11:23 -0400)
treec90f86fee2f108ff4895b4cdfbbd01859612316a
parentdd9cd70237ff2143d3b63ea58050afcfbc5c80e5
krtld: fix incorrect comment about cpio archive mount

The original plan was to generate an index of all files in the archive
on "mount", but it turned out that sequentially scanning the archive for
each file open was simpler and fast enough.

Obsolete comment spotted by Andy Fiddaman.
kernel/krtld/bootrd_cpio.c