aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/root.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2014-08-08 17:19:58 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-08 18:57:19 -0400
commit3b97dd05810dcb5db1ca98309d52ba7caa1eb00b (patch)
treefb22deb3209e5fe7371e939939743231b7108f67 /fs/autofs4/root.c
parentbdac38329e2e26c6b2a8bb9e57e18d1db2f1db92 (diff)
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>
Diffstat (limited to 'fs/autofs4/root.c')
-rw-r--r--fs/autofs4/root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c
index fb202cadd4b3..cdb25ebccc4c 100644
--- a/fs/autofs4/root.c
+++ b/fs/autofs4/root.c
@@ -377,7 +377,7 @@ static struct vfsmount *autofs4_d_automount(struct path *path)
377 * this because the leaves of the directory tree under the 377 * this because the leaves of the directory tree under the
378 * mount never trigger mounts themselves (they have an autofs 378 * mount never trigger mounts themselves (they have an autofs
379 * trigger mount mounted on them). But v4 pseudo direct mounts 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 * have no choice but to use the list_empty() check and 381 * have no choice but to use the list_empty() check and
382 * require user space behave. 382 * require user space behave.
383 */ 383 */