Skip to content
Commit 806c24ad authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4 crypto: use a jbd2 transaction when adding a crypto policy



Start a jbd2 transaction, and mark the inode dirty on the inode under
that transaction after setting the encrypt flag.  Otherwise if the
directory isn't modified after setting the crypto policy, the
encrypted flag might not survive the inode getting pushed out from
memory, or the the file system getting unmounted and remounted.

Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 6e06ae88
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment