Whamcloud - gitweb
e2fsck: check for an encrypted lost+found directory
authorTheodore Ts'o <tytso@mit.edu>
Thu, 16 Jul 2015 18:21:22 +0000 (14:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Jul 2015 19:07:59 +0000 (15:07 -0400)
commit4ecd63d7869922dab94d88e6e0a4fa4c9f0d0c66
tree1be957a531d4f368d87b1af91839aa39c05108bd
parentb97bccecfe97270eb15f77d1580f16eb1125fc1c
e2fsck: check for an encrypted lost+found directory

The /lost+found directory must not be encrypted, since e2fsck won't
have any keys.  If we find an encrypted lost+found directory, we
should delete the directory and recreate it.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass3.c
e2fsck/problem.c
e2fsck/problem.h
tests/f_encrypted_lpf/expect.1 [new file with mode: 0644]
tests/f_encrypted_lpf/expect.2 [new file with mode: 0644]
tests/f_encrypted_lpf/image.gz [new file with mode: 0644]
tests/f_encrypted_lpf/name [new file with mode: 0644]