securityfs: fix long-broken securityfs_create_file comment
authorSerge E. Hallyn <serue@us.ibm.com>
Mon, 2 Feb 2009 23:07:33 +0000 (15:07 -0800)
committerJames Morris <jmorris@namei.org>
Tue, 3 Feb 2009 00:02:51 +0000 (11:02 +1100)
commitfaa3aad75a959f55e7783f4dc7840253c7506571
tree88e6c94cda322ff2b32f72bb8d96f9675cdad8aa
parent5626d3e86141390c8efc7bcb929b6a4b58b00480
securityfs: fix long-broken securityfs_create_file comment

If there is an error creating a file through securityfs_create_file,
NULL is not returned, rather the error is propagated.

Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/inode.c