Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e6afd27 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "fscrypt: lock mutex before checking for bounce page pool"

parents 13860686 f3239fdb
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -220,11 +220,9 @@ int _ext4_get_encryption_info(struct inode *inode)
	int mode;
	int res;

	if (!ext4_read_workqueue) {
	res = ext4_init_crypto();
	if (res)
	    return res;
	}

retry:
	crypt_info = ACCESS_ONCE(ei->i_crypt_info);