summaryrefslogtreecommitdiffstats
path: root/include/sys/cred.h
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-11 20:54:40 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-11 20:54:40 +0000
commit9490c148359332d797e4fc250812bd7a5fd131b1 (patch)
treebb7678f0216623d6a3743ac8c34c61215b6b97ab /include/sys/cred.h
parentb123971fc2f951cc95c8f75db68adf05d3a1d1aa (diff)
Apply fix from bug239 for rwlock deadlock.
Update check.sh script to take V=1 env var so you can run it verbosely as follows if your chasing something: sudo make check V=1 Add new kobj api and needed regression tests to allow reading of files from within the kernel. Normally thats not something I support but the spa layer needs the support for its config file. Add some more missing stub headers git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@38 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/sys/cred.h')
-rw-r--r--include/sys/cred.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/cred.h b/include/sys/cred.h
index 401f3130a..5ed233b0b 100644
--- a/include/sys/cred.h
+++ b/include/sys/cred.h
@@ -6,7 +6,7 @@ extern "C" {
#endif
#include <linux/module.h>
-#include <linux/types.h>
+#include <sys/types.h>
/* XXX - Portions commented out because we really just want to have the type
* defined and the contents aren't nearly so important at the moment. */