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
when no_open=false, no_opendir=true, we can't execute the sync
command on the directory, because fsyncdir uses get_data to get
the handle of the directory, but no_open=false, so it will go to
the handle map to find it, but in fact this is a directory, and
the no_opendir is true, so it is not in the handle map, It needs
to be reopened. we should use get_dirdata replace get_data
Signed-off-by: tianqian.zyf <tianqian.zyf@alibaba-inc.com>
0 commit comments