| 31190aa0 | 31-Mar-2022 |
Kyle Evans <[email protected]> |
libbe: pull props for the correct dataset in be_mounted_at()
The props feature to this API was added as a "just in case", with no planned consumer. It turns out that it was implemented incorrectly,
libbe: pull props for the correct dataset in be_mounted_at()
The props feature to this API was added as a "just in case", with no planned consumer. It turns out that it was implemented incorrectly, tapping out props for the BE root (BE's parent) rather than the BE itself in all cases.
Fetch properties for the dataset that's actually mounted at the queried path.
Reported by: Christian McDonald <cmcdonald netgate com> MFC after: 3 days
show more ...
|
| 513bd2fc | 18-Oct-2020 |
Kyle Evans <[email protected]> |
libbe(3): document be_snapshot()
While toying around with lua bindings for libbe(3), I discovered that I apparently never documented this, despite having documented be_is_auto_snapshot_name that ref
libbe(3): document be_snapshot()
While toying around with lua bindings for libbe(3), I discovered that I apparently never documented this, despite having documented be_is_auto_snapshot_name that references it.
MFC after: 1 week
show more ...
|