summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-08-11 17:56:40 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-08-11 17:56:40 +0000
commit86de8532a9106c28167eac07f1fd32758e5555dd (patch)
tree62f48bed1bc3124dcb85cbd73a8d4af45bc1117b /include
parent6a6cafbe8dd1e33530e726ee7d1c3acc340c6c15 (diff)
More 2.6.26 compat changes
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@153 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include')
-rw-r--r--include/linux/bitops_compat.h (renamed from include/linux/bitops_compat.c)0
-rw-r--r--include/linux/file_compat.h9
2 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/bitops_compat.c b/include/linux/bitops_compat.h
index 8e1e25809..8e1e25809 100644
--- a/include/linux/bitops_compat.c
+++ b/include/linux/bitops_compat.h
diff --git a/include/linux/file_compat.h b/include/linux/file_compat.h
new file mode 100644
index 000000000..c63be0348
--- /dev/null
+++ b/include/linux/file_compat.h
@@ -0,0 +1,9 @@
+#ifndef _SPL_FILE_COMPAT_H
+#define _SPL_FILE_COMPAT_H
+
+#ifdef HAVE_FDTABLE_HEADER
+#include <linux/fdtable.h>
+#endif
+
+#endif /* SPL_FILE_COMPAT_H */
+