Skip to content

Commit

Permalink
ubifs: Use FS_CFLG_OWN_PAGES
Browse files Browse the repository at this point in the history
Commit bd7b829 ("fscrypt: Cleanup page locking requirements for
fscrypt_{decrypt,encrypt}_page()") renamed the flag.

Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
richardweinberger committed Dec 13, 2016
1 parent fc4b891 commit 3858866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ubifs/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int ubifs_decrypt(const struct inode *inode, struct ubifs_data_node *dn,
}

struct fscrypt_operations ubifs_crypt_operations = {
.flags = FS_CFLG_INPLACE_ENCRYPTION,
.flags = FS_CFLG_OWN_PAGES,
.get_context = ubifs_crypt_get_context,
.set_context = ubifs_crypt_set_context,
.is_encrypted = __ubifs_crypt_is_encrypted,
Expand Down

0 comments on commit 3858866

Please sign in to comment.