Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

autofs4: comment typo: remove a a doubled word

Signed-off-by: NeilBrown <neilb@suse.de>
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

NeilBrown and committed by
Linus Torvalds
3b97dd05 bdac3832

+1 -1
+1 -1
fs/autofs4/root.c
··· 377 377 * this because the leaves of the directory tree under the 378 378 * mount never trigger mounts themselves (they have an autofs 379 379 * trigger mount mounted on them). But v4 pseudo direct mounts 380 - * do need the leaves to to trigger mounts. In this case we 380 + * do need the leaves to trigger mounts. In this case we 381 381 * have no choice but to use the list_empty() check and 382 382 * require user space behave. 383 383 */