cache: fallback when encountering a mount point during .. lookup
The current abort is overzealous.
This commit is contained in:
parent
c262e8e87e
commit
5fc384d181
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user