openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
281 stars 180 forks source link

PR for trivial SPL fixes. #686

Closed kusumi closed 6 years ago

kusumi commented 6 years ago

PR for trivial SPL fixes.

behlendorf commented 6 years ago

4bc3286 Staticize kstat_default_update() … 3157148 Fix function name typos

These two look good, but I'd like to hold off on kobj_open_file() cleanup for the moment. The truth is the kobj interface is very lightly used, there are only two callers I believe, and I'd much rather retire it entirely if possible in the near future as a similification.