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
Retire the dmu_snapshot_id() function which was introduced in the
initial .zfs control directory implementation. There is already
an existing dsl_dataset_snap_lookup() which does exactly what we
need, and the dmu_snapshot_id() function as implemented is racy.
openzfs#1215 (comment)
Signed-off-by: Brian Behlendorf <[email protected]>
Closesopenzfs#1238
dmu_snapshot_id() should be retired in favor of dsl_dataset_snap_lookup().
The text was updated successfully, but these errors were encountered: