summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2013-01-07 21:37:35 +0000
committerPeter Robinson <pbrobinson@gmail.com>2013-01-07 21:37:35 +0000
commitf009369387e956b2ca707c7765bde9ff78897396 (patch)
treea0607eebefcaa032bcfa67ae3e7314c31c079499
parent6f61d3d33ccb9f50fce95ee050b0c5eba1b4ed4c (diff)
downloadkernel-f009369387e956b2ca707c7765bde9ff78897396.tar.gz
kernel-f009369387e956b2ca707c7765bde9ff78897396.tar.xz
kernel-f009369387e956b2ca707c7765bde9ff78897396.zip
actually commit namei-include.patch
-rw-r--r--namei-include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/namei-include.patch b/namei-include.patch
new file mode 100644
index 000000000..dd6363e89
--- /dev/null
+++ b/namei-include.patch
@@ -0,0 +1,11 @@
+diff --git a/include/linux/namei.h b/include/linux/namei.h
+index e998c03..5a5ff57 100644
+--- a/include/linux/namei.h
++++ b/include/linux/namei.h
+@@ -2,6 +2,7 @@
+ #define _LINUX_NAMEI_H
+
+ #include <linux/dcache.h>
++#include <linux/errno.h>
+ #include <linux/linkage.h>
+ #include <linux/path.h>