cache: fallback when encountering a mount point during .. lookup

The current abort is overzealous.
This commit is contained in:
Mateusz Guzik 2021-01-27 13:52:23 +01:00
parent c262e8e87e
commit 5fc384d181

View File

@ -4697,7 +4697,7 @@ cache_fplookup_dotdot(struct cache_fpl *fpl)
* TODO
* The opposite of climb mount is needed here.
*/
return (cache_fpl_aborted(fpl));
return (cache_fpl_partial(fpl));
}
ncp = atomic_load_consume_ptr(&dvp->v_cache_dd);