fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
[linux-2.6-microblaze.git] / fs / binfmt_misc.c
index a7c5a98..a41b48f 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;