Commit ae8204bd authored by J. R. Okajima's avatar J. R. Okajima
Browse files

aufs: minor bugfix, stop exposing kconfig to userspace


Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
(cherry picked from commit 75664fa01701d5f79e6cee87a800354df6e70f70)
parent 0f27ef2f
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
#ifdef __KERNEL__
#ifdef CONFIG_AUFS_BRANCH_MAX_127 #ifdef CONFIG_AUFS_BRANCH_MAX_127
typedef int8_t aufs_bindex_t; typedef int8_t aufs_bindex_t;
#define AUFS_BRANCH_MAX 127 #define AUFS_BRANCH_MAX 127
...@@ -48,7 +49,6 @@ typedef int16_t aufs_bindex_t; ...@@ -48,7 +49,6 @@ typedef int16_t aufs_bindex_t;
#endif #endif
#endif #endif
#ifdef __KERNEL__
#ifndef AUFS_BRANCH_MAX #ifndef AUFS_BRANCH_MAX
#error unknown CONFIG_AUFS_BRANCH_MAX value #error unknown CONFIG_AUFS_BRANCH_MAX value
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment