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
Raw File
00-INDEX
00-INDEX
	- this file.
README.cycladesZ
	- info on Cyclades-Z firmware loading.
driver
	- intro to the low level serial driver.
moxa-smartio
	- file with info on installing/using Moxa multiport serial driver.
n_gsm.txt
	- GSM 0710 tty multiplexer howto.
rocket.txt
	- info on the Comtrol RocketPort multiport serial driver.
serial-rs485.txt
	- info about RS485 structures and support in the kernel.
tty.txt
	- guide to the locking policies of the tty layer.
back to top