Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130045
b: refs/heads/master
c: 5e61361
h: refs/heads/master
i:
  130043: 32a978f
v: v3
  • Loading branch information
Paul Mundt committed Jan 21, 2009
1 parent cbd9619 commit c5d3cdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ed3592e567db7344b2c7353667e0d281cd13471
refs/heads/master: 5e6136135d4f50fda6699498185c6dffe08d7891
2 changes: 0 additions & 2 deletions trunk/arch/sh/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ asmlinkage int sys_execve(char *ufilename, char **uargv,
int error;
char *filename;

lock_kernel();
filename = getname((char __user *)ufilename);
error = PTR_ERR(filename);
if (IS_ERR(filename))
Expand All @@ -537,7 +536,6 @@ asmlinkage int sys_execve(char *ufilename, char **uargv,
}
putname(filename);
out:
unlock_kernel();
return error;
}

Expand Down

0 comments on commit c5d3cdb

Please sign in to comment.