[PATCH] Create a per-cpu proces counter for /proc reporting
proc_fill_super() simply wants a count of processes, not threads. This creates a per-cpu counter for it to use to determine that.
Showing
Please register or sign in to comment
proc_fill_super() simply wants a count of processes, not threads. This creates a per-cpu counter for it to use to determine that.