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
postprocess
coresight.txt -rw-r--r-- 16.0 KB
events-kmem.txt -rw-r--r-- 5.3 KB
events-msr.txt -rw-r--r-- 700 bytes
events-nmi.txt -rw-r--r-- 1.5 KB
events-power.txt -rw-r--r-- 3.4 KB
events.txt -rw-r--r-- 100.0 KB
ftrace-design.txt -rw-r--r-- 14.5 KB
ftrace.txt -rw-r--r-- 108.8 KB
function-graph-fold.vim -rw-r--r-- 1.3 KB
hwlat_detector.txt -rw-r--r-- 3.8 KB
intel_th.txt -rw-r--r-- 4.7 KB
kprobetrace.txt -rw-r--r-- 7.2 KB
mmiotrace.txt -rw-r--r-- 6.6 KB
ring-buffer-design.txt -rw-r--r-- 29.9 KB
stm.txt -rw-r--r-- 5.1 KB
tracepoint-analysis.txt -rw-r--r-- 12.0 KB
tracepoints.txt -rw-r--r-- 5.1 KB
uprobetracer.txt -rw-r--r-- 6.6 KB

back to top