diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-14 00:04:01 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-14 00:04:01 +0000 |
commit | af828292e585781b2e186f47074a3e1a3baa5094 (patch) | |
tree | c715e35250e740730afa7628321f389ff3e9345e /include/vm | |
parent | ea19fbed0538d0e13549ff9753533fe4f9edeffd (diff) |
Add missing headers
Rework vnodes to be based on the slab cache, just like on Solaris.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@45 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/vm')
-rw-r--r-- | include/vm/anon.h | 6 | ||||
-rw-r--r-- | include/vm/pvn.h | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/include/vm/anon.h b/include/vm/anon.h index 81c585a6a..0198e729e 100644 --- a/include/vm/anon.h +++ b/include/vm/anon.h @@ -1,4 +1,4 @@ -#ifndef _SPL_ANON_H -#define _SPL_ANON_H +#ifndef _SPL_VM_ANON_H +#define _SPL_VM_ANON_H -#endif /* SPL_ANON_H */ +#endif /* SPL_VM_ANON_H */ diff --git a/include/vm/pvn.h b/include/vm/pvn.h new file mode 100644 index 000000000..e89ee1748 --- /dev/null +++ b/include/vm/pvn.h @@ -0,0 +1,4 @@ +#ifndef _SPL_VM_PVN_H +#define _SPL_VM_PVN_H + +#endif /* SPL_VM_PVN_H */ |