Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62961
b: refs/heads/master
c: ad690ef
h: refs/heads/master
i:
  62959: bbec919
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent 78a0eae commit 3218c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 97f1e7f7d2cd950f90d64ac6920822e709095519
refs/heads/master: ad690ef9e690f6c31f7d310b09ef1314bcec9033
4 changes: 2 additions & 2 deletions trunk/fs/xfs/linux-2.6/xfs_ioctl32.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ STATIC int xfs_inumbers_fmt_compat(
long count,
long *written)
{
compat_xfs_inogrp_t *p32 = ubuffer;
compat_xfs_inogrp_t __user *p32 = ubuffer;
long i;

for (i = 0; i < count; i++) {
Expand Down Expand Up @@ -444,7 +444,7 @@ xfs_compat_ioctl(
case XFS_IOC_FSINUMBERS_32:
cmd = _NATIVE_IOC(cmd, struct xfs_fsop_bulkreq);
return xfs_ioc_bulkstat_compat(XFS_BHVTOI(VNHEAD(vp))->i_mount,
cmd, (void*)arg);
cmd, (void __user*)arg);
case XFS_IOC_FD_TO_HANDLE_32:
case XFS_IOC_PATH_TO_HANDLE_32:
case XFS_IOC_PATH_TO_FSHANDLE_32:
Expand Down

0 comments on commit 3218c98

Please sign in to comment.