| commit | 923704030214cf1309863b835b10a7e3e3a83d1e | [log] [tgz] |
|---|---|---|
| author | Ramesh Thomas <ramesh.thomas@intel.com> | Wed Sep 14 15:08:06 2016 -0700 |
| committer | Anas Nashif <nashif@linux.intel.com> | Fri Sep 16 02:21:00 2016 +0000 |
| tree | 277ed369636cb50da75715bef147c130546b4419 | |
| parent | 806ac751d48e1bfcdf8aa97d2aec08bdffdec2e3 [diff] |
fs: Fixes a bug that limits volume size to 1MB The FS needs to be allowed to choose the correct allocation unit size based on volume size. Current code passes a fixed value to the function that creates the FS. Passing 0 allows the FS to configure the required au size. Jira: ZEP-898 Change-Id: Ic43bfba8b8f8498f4db49db744743afad4b118cd Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>