commit | fc4b891bbefa73b496bb44b076bb5274b6bfba68 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Wed Oct 19 23:46:39 2016 +0200 |
committer | Richard Weinberger <richard@nod.at> | Mon Dec 12 23:07:38 2016 +0100 |
tree | 9ba963d538c16866a148dea20c426b89b815d4c6 | |
parent | e021986ee4119e487febb9a5f077ec77dff85865 [diff] |
ubifs: Raise write version to 5 Starting with version 5 the following properties change: - UBIFS_FLG_DOUBLE_HASH is mandatory - UBIFS_FLG_ENCRYPTION is optional but depdens on UBIFS_FLG_DOUBLE_HASH - Filesystems with unknown super block flags will be rejected, this allows us in future to add new features without raising the UBIFS write version. Signed-off-by: Richard Weinberger <richard@nod.at>