mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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
This commit is contained in:
+3
-3
@@ -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 */
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef _SPL_VM_PVN_H
|
||||
#define _SPL_VM_PVN_H
|
||||
|
||||
#endif /* SPL_VM_PVN_H */
|
||||
Reference in New Issue
Block a user