diff --git a/[refs] b/[refs] index 1dbbe0599cbf..d4a1f96c6d31 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1fcdc7c527010b144d3951f9ce25faedf264933c +refs/heads/master: ef57471a73b67a7b65fd8708fd55c77cb7c619af diff --git a/trunk/security/selinux/hooks.c b/trunk/security/selinux/hooks.c index dc7660074b99..5feecb41009d 100644 --- a/trunk/security/selinux/hooks.c +++ b/trunk/security/selinux/hooks.c @@ -3329,7 +3329,7 @@ static int selinux_kernel_create_files_as(struct cred *new, struct inode *inode) if (ret == 0) tsec->create_sid = isec->sid; - return 0; + return ret; } static int selinux_kernel_module_request(char *kmod_name)