]> asedeno.scripts.mit.edu Git - linux.git/commit
f2fs: add support for IV_INO_LBLK_64 encryption policies
authorEric Biggers <ebiggers@google.com>
Thu, 24 Oct 2019 21:54:38 +0000 (14:54 -0700)
committerEric Biggers <ebiggers@google.com>
Wed, 6 Nov 2019 20:34:42 +0000 (12:34 -0800)
commit0eee17e3322625b87ce5fa631bda16562a8dc494
tree750222432e17c8a4cb73dddc018118b3f0d196fa
parentb925acb8f83d7ce3582b34018c05aae1be666abf
f2fs: add support for IV_INO_LBLK_64 encryption policies

f2fs inode numbers are stable across filesystem resizing, and f2fs inode
and file logical block numbers are always 32-bit.  So f2fs can always
support IV_INO_LBLK_64 encryption policies.  Wire up the needed
fscrypt_operations to declare support.

Acked-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
fs/f2fs/super.c