eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
358 stars 105 forks source link

cgroups: skip empty controllers #292

Closed eliad-wiz closed 8 months ago

eliad-wiz commented 8 months ago

In case of cgroupv2, the controllers list is empty.

Splitting it by comma results in a vector with a single empty element ([""]), instead of an empty vector ([]).

eminence commented 8 months ago

LGTM, thanks