]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4 crypto: fail the mount if blocksize != pagesize
authorTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jun 2015 03:44:33 +0000 (23:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jun 2015 03:44:33 +0000 (23:44 -0400)
commit1cb767cd4a79703105f4f3774c76896d621fdc54
treea15852e8d6961417865bce77da77844b86039999
parent331573febb6a224bc50322e3670da326cb7f4cfc
ext4 crypto: fail the mount if blocksize != pagesize

We currently don't correctly handle the case where blocksize !=
pagesize, so disallow the mount in those cases.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c