diff options
| -rw-r--r-- | src/include/sys/vfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h index fabe546cc..3c32a7817 100644 --- a/src/include/sys/vfs.h +++ b/src/include/sys/vfs.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2010,2017 */ +/* Contributors Listed Below - COPYRIGHT 2010,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -36,7 +36,7 @@ // make VFS_MODULE_MAX equal to the actual number of modules in the base image (+ 2?) #define VFS_MODULE_MAX 16 #else -#define VFS_MODULE_MAX 64 +#define VFS_MODULE_MAX 128 #endif // Extended use 4 4k pages |

