Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18153
b: refs/heads/master
c: a255a74
h: refs/heads/master
i:
  18151: cde94e2
v: v3
  • Loading branch information
Nathan Scott committed Jan 11, 2006
1 parent a26cc46 commit 1976217
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b04ed21a1fdbfe48ee0738519a4d1af09589dfea
refs/heads/master: a255a7456d4051e804fd6efff9a7c0f43483a7fc
3 changes: 1 addition & 2 deletions trunk/fs/xfs/linux-2.6/xfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,7 @@ xfs_ioctl(
mp->m_rtdev_targp : mp->m_ddev_targp;

da.d_mem = da.d_miniosz = 1 << target->pbr_sshift;
/* The size dio will do in one go */
da.d_maxiosz = 64 * PAGE_CACHE_SIZE;
da.d_maxiosz = INT_MAX;

if (copy_to_user(arg, &da, sizeof(da)))
return -XFS_ERROR(EFAULT);
Expand Down

0 comments on commit 1976217

Please sign in to comment.