mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
57d1b18858
changes bring over everything lustre had for debugging with two exceptions. I dropped by the debug daemon and upcalls just because it made things a little easier. They can be readded easily enough if we feel they are needed. Everything compiles and seems to work on first inspection but I suspect there are a handful of issues still lingering which I'll be sorting out right away. I just wanted to get all these changes commited and safe. I'm getting a little paranoid about losing them. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@75 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
10 lines
137 B
C
10 lines
137 B
C
#ifndef _SPL_PROC_H
|
|
#define _SPL_PROC_H
|
|
|
|
#include <linux/proc_fs.h>
|
|
|
|
int proc_init(void);
|
|
void proc_fini(void);
|
|
|
|
#endif /* SPL_PROC_H */
|