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

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

Merge "pft: add allow_merge_bio() hook when PFT is LSM"

parents 4e66e311 e9b429dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -201,6 +201,8 @@ static struct security_operations pft_security_ops = {
	.file_open		= pft_file_open,
	.file_permission	= pft_file_permission,
	.file_close		= pft_file_close,

	.allow_merge_bio	= pft_allow_merge_bio,
};

static int __init pft_lsm_init(struct pft_device *dev)