fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_len_unlock...
authorAl Viro <[email protected]>
Thu, 31 Mar 2016 04:23:05 +0000 (00:23 -0400)
committerAl Viro <[email protected]>
Thu, 31 Mar 2016 04:23:05 +0000 (00:23 -0400)
commit7500c38ac3258815f86f41744a538850c3221b23
tree5de89379a1d4923d9746d0d0747944edd06710d7
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()"

We should try to trigger automount *before* bailing out on negative dentry.

Reported-by: Jun'ichi Nomura <[email protected]>
Reported-by: Jun'ichi Nomura <[email protected]>
Reported-by: Arend van Spriel <[email protected]>
Tested-by: Arend van Spriel <[email protected]>
Tested-by: Jun'ichi Nomura <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/namei.c