Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175488
b: refs/heads/master
c: 348c4b9
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Dec 10, 2009
1 parent 2ee41da commit b4e7614
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: fb07a5f857ac8a2035d3f642317b0119b1056a7f
refs/heads/master: 348c4b9078ba8d9bef2e453c7ded07fde4748c79
2 changes: 0 additions & 2 deletions trunk/fs/compat_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1918,9 +1918,7 @@ asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd,

found_handler:
if (t->handler) {
lock_kernel();
error = t->handler(fd, cmd, arg, filp);
unlock_kernel();
goto out_fput;
}

Expand Down

0 comments on commit b4e7614

Please sign in to comment.