Files
scoutfs/kmod
Auke Kok 5f2f8f199b Adjust for __assign_str() losing second argument.
In v6.8-9146-gc759e609030c, the second argument for __assign_str() was
removed, as the second parameter is already derived from the __string()
definition and no longer needed. We have to do a little digging in
headers here to find the definition.

Note the missing `;` at a few places... it has to be added now.

Signed-off-by: Auke Kok <auke.kok@versity.com>
2026-02-13 14:27:11 -08:00
..