Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72937
b: refs/heads/master
c: be48be0
h: refs/heads/master
i:
  72935: e952aef
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and David S. Miller committed Oct 31, 2007
1 parent f4f2196 commit 350139f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 51c739d1f484b2562040a3e496dc8e1670d4e279
refs/heads/master: be48be08a829db09a4f786f44a1872ef0f533c85
2 changes: 1 addition & 1 deletion trunk/fs/compat_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static int dev_ifname32(unsigned int fd, unsigned int cmd, unsigned long arg)
int err;

uifr = compat_alloc_user_space(sizeof(struct ifreq));
if (copy_in_user(uifr, compat_ptr(arg), sizeof(struct ifreq32)));
if (copy_in_user(uifr, compat_ptr(arg), sizeof(struct ifreq32)))
return -EFAULT;

err = sys_ioctl(fd, SIOCGIFNAME, (unsigned long)uifr);
Expand Down

0 comments on commit 350139f

Please sign in to comment.