ecryptfs: fix kernel bug introduced in 4.4.14

Introduced by mainline commit 2f36db7
Patch is from http://www.spinics.net/lists/stable/msg137350.html
Fixes #16766
This commit is contained in:
obadz
2016-07-13 11:04:07 +02:00
parent 5737c26b6b
commit fad9a8841b
3 changed files with 25 additions and 0 deletions
@@ -148,4 +148,8 @@ rec {
sha256 = "14rm1qr87p7a5prz8g5fwbpxzdp3ighj095x8rvhm8csm20wspyy";
};
};
ecryptfs_fix_mmap_bug =
{ name = "ecryptfs_fix_mmap_bug";
patch = ./ecryptfs-fix-mmap-bug.patch;
};
}