port zsys generator changes from shell to C
Bug #1958142 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
zfs-linux (Ubuntu) |
New
|
Wishlist
|
Unassigned | ||
zsys (Ubuntu) |
New
|
Wishlist
|
Unassigned |
Bug Description
port zsys generator changes from shell to C
new zfs has ported zfs mount generator from shell to C, meaning we need to rewrite zsys specific functionality that we patch into said generator from shell to C.
Changed in zfs-linux (Ubuntu): | |
importance: | Undecided → Wishlist |
Changed in zsys (Ubuntu): | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
If it's written in C I thoroughly recommend it is put through static analysis and -Wall -Wextra warnings to ensure this key component is sane.