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