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
zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
In zonefs_open_zone(), if opened zone count is larger than
.s_max_open_zones threshold, we missed to recover .i_wr_refcnt,
fix this.
Fixes: b5c00e9 ("zonefs: open/close zone on file open/close")
Cc: <[email protected]>
Signed-off-by: Chao Yu <[email protected]>
Signed-off-by: Damien Le Moal <[email protected]>
0 commit comments