You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code makes invalid dir entries, because the first two slots
should be . and .., but with LFNs, it's
LFN for .
.
LFN for ..
..
We should probably not create LFN's when not needed anyway, but that's not
implemented in this patch.
0 commit comments