Actually create inner fs.

This commit is contained in:
Teo Mrnjavac 2016-04-13 15:55:35 +02:00
parent 1b79099760
commit c41f843aff
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ bool luks::create(Report& report, const QString& deviceNode) const
FileSystem::Type innerFsType = FileSystem::Ext4;
m_innerFs = FileSystemFactory::cloneWithNewType(innerFsType,
*this);
m_innerFs->create(report, mapperNode);
m_isCryptOpen = (m_innerFs != nullptr);