diff options
Diffstat (limited to 'fs/autofs4/root.c')
-rw-r--r-- | fs/autofs4/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c index a119c863ff37..a54a946a50ae 100644 --- a/fs/autofs4/root.c +++ b/fs/autofs4/root.c | |||
@@ -383,7 +383,7 @@ done: | |||
383 | return NULL; | 383 | return NULL; |
384 | 384 | ||
385 | out_error: | 385 | out_error: |
386 | path_release(nd); | 386 | path_put(&nd->path); |
387 | return ERR_PTR(status); | 387 | return ERR_PTR(status); |
388 | } | 388 | } |
389 | 389 | ||