| 568f805c | 03-Apr-2022 |
Kyle Evans <[email protected]> |
bectl: push space-in-name check down into libbe
This check was previously in `create` only, not applying to renames. It should really be applied at the libbe level, so that we can avoid writing abo
bectl: push space-in-name check down into libbe
This check was previously in `create` only, not applying to renames. It should really be applied at the libbe level, so that we can avoid writing about this restriction over and over again.
While we're here: `bectl rename` always succeeds, even when it doesn't. Start returning the error.
Approved by: re (gjb) Reported By: Christian McDonald <cmcdonald netgate com>
(cherry picked from commit dadb9c70938c4ae2c260f6af65752c67ac752284) (cherry picked from commit 227e52a9c0b0be9656757fec47a2648f5619bf67)
show more ...
|
| 6dd869c2 | 16-Jan-2021 |
Kyle Evans <[email protected]> |
bectl: remove spurious aok variable
This rode in with the OpenZFS import. It may have been necessary at some point, but it is no longer and it breaks the WITHOUT_DYNAMICROOT build as it collides wit
bectl: remove spurious aok variable
This rode in with the OpenZFS import. It may have been necessary at some point, but it is no longer and it breaks the WITHOUT_DYNAMICROOT build as it collides with the definition in libspl.
Reported-by: Michael Dexter
show more ...
|