Revision 3d4b2fcbc980879a1385d5d7d17a4ffd0ee9aa1f authored by Eric Biggers on 19 December 2016, 19:15:48 UTC, committed by Richard Weinberger on 17 January 2017, 13:34:21 UTC
In several places, ubifs checked for an encryption key before creating a
file in an encrypted directory.  This was redundant with
fscrypt_setup_filename() or ubifs_new_inode(), and in the case of
ubifs_link() it broke linking to special files.  So remove the extra
checks.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent a75467d
History
File Mode Size
amd-powernow.txt -rw-r--r-- 1.6 KB
boost.txt -rw-r--r-- 4.2 KB
core.txt -rw-r--r-- 4.1 KB
cpu-drivers.txt -rw-r--r-- 9.5 KB
cpufreq-nforce2.txt -rw-r--r-- 597 bytes
cpufreq-stats.txt -rw-r--r-- 5.1 KB
governors.txt -rw-r--r-- 11.1 KB
index.txt -rw-r--r-- 1.3 KB
intel-pstate.txt -rw-r--r-- 12.2 KB
pcc-cpufreq.txt -rw-r--r-- 8.3 KB
user-guide.txt -rw-r--r-- 6.1 KB

back to top