aboutsummaryrefslogtreecommitdiffstats
path: root/include/fs
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-14 00:04:01 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-14 00:04:01 +0000
commitaf828292e585781b2e186f47074a3e1a3baa5094 (patch)
treec715e35250e740730afa7628321f389ff3e9345e /include/fs
parentea19fbed0538d0e13549ff9753533fe4f9edeffd (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/fs')
-rw-r--r--include/fs/fs_subr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fs/fs_subr.h b/include/fs/fs_subr.h
new file mode 100644
index 000000000..2a7307638
--- /dev/null
+++ b/include/fs/fs_subr.h
@@ -0,0 +1,4 @@
+#ifndef _SPL_FS_FS_SUBR_H
+#define _SPL_FS_FS_SUBR_H
+
+#endif /* SPL_FS_FS_SUBR_H */