]> Git Repo - linux.git/blobdiff - fs/binfmt_misc.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[linux.git] / fs / binfmt_misc.c
index a7c5a9861bef5a73b8f7377dfa9e045427b915c7..a41b48f82a70c7baab0a76df25e17c1a6f9712ee 100644 (file)
@@ -241,7 +241,7 @@ ret:
        return retval;
 error:
        if (fd_binary > 0)
-               sys_close(fd_binary);
+               ksys_close(fd_binary);
        bprm->interp_flags = 0;
        bprm->interp_data = 0;
        goto ret;
This page took 0.035847 seconds and 4 git commands to generate.