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
.gitignore -rw-r--r-- 128 bytes
Makefile -rw-r--r-- 8.5 KB
deviceiobook.tmpl -rw-r--r-- 11.0 KB
filesystems.tmpl -rw-r--r-- 12.2 KB
gadget.tmpl -rw-r--r-- 29.9 KB
genericirq.tmpl -rw-r--r-- 17.4 KB
iio.tmpl -rw-r--r-- 25.6 KB
kernel-api.tmpl -rw-r--r-- 8.6 KB
kernel-hacking.tmpl -rw-r--r-- 42.1 KB
kernel-locking.tmpl -rw-r--r-- 66.2 KB
kgdb.tmpl -rw-r--r-- 41.6 KB
libata.tmpl -rw-r--r-- 46.6 KB
librs.tmpl -rw-r--r-- 8.0 KB
lsm.tmpl -rw-r--r-- 12.0 KB
mtdnand.tmpl -rw-r--r-- 43.3 KB
networking.tmpl -rw-r--r-- 2.9 KB
rapidio.tmpl -rw-r--r-- 4.6 KB
regulator.tmpl -rw-r--r-- 9.8 KB
s390-drivers.tmpl -rw-r--r-- 5.4 KB
scsi.tmpl -rw-r--r-- 14.5 KB
sh.tmpl -rw-r--r-- 2.6 KB
stylesheet.xsl -rw-r--r-- 493 bytes
uio-howto.tmpl -rw-r--r-- 38.2 KB
w1.tmpl -rw-r--r-- 2.5 KB
writing_musb_glue_layer.tmpl -rw-r--r-- 32.0 KB
writing_usb_driver.tmpl -rw-r--r-- 17.0 KB
z8530book.tmpl -rw-r--r-- 14.7 KB

back to top