|
Description
|
Right now, zfs_iter_children() always iterates over filesystems and snapshots.
When used with 'zfs mount -a', this means we iterate over all snapshots in
the system, only to find out that we don't need to mount them. We could save
some effort and not mount them in the first place.
|