Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux

Pull fscrypt fix from Eric Biggers:
"Fix a bug in my change to how f2fs frees its superblock info (which
was part of changing the timing of fscrypt keyring destruction)"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux:
f2fs: fix double free of f2fs_sb_info

+1
+1
fs/f2fs/super.c
··· 4880 4880 if (sbi->s_chksum_driver) 4881 4881 crypto_free_shash(sbi->s_chksum_driver); 4882 4882 kfree(sbi); 4883 + sb->s_fs_info = NULL; 4883 4884 4884 4885 /* give only one another chance */ 4885 4886 if (retry_cnt > 0 && skip_recovery) {