]> git.karo-electronics.de Git - karo-tx-linux.git/commit
securityfs: fix securityfs_create_dir comment
authorLaurent Georget <laurent.georget@supelec.fr>
Wed, 13 Jul 2016 06:58:40 +0000 (08:58 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 29 Sep 2016 08:07:01 +0000 (10:07 +0200)
commit1b4606511d11075a2cb61485b359555aba65fc2d
treeafbb12d02307e7c77087fdca9baafaae7e07a285
parent3da7ffecb778a39c6ec895752a4918331957acd3
securityfs: fix securityfs_create_dir comment

If there is an error creating a directory with securityfs_create_dir,
the error is propagated via ERR_PTR but the function comment claims that
NULL is returned.

This is a similar commit to 88e6c94cda322ff2b32f72bb8d96f9675cdad8aa
("fix long-broken securityfs_create_file comment") that did not fix
securityfs_create_dir comment at the same time.

Signed-off-by: Laurent Georget <laurent.georget@supelec.fr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
security/inode.c