Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18156
b: refs/heads/master
c: 0d14824
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Scott committed Jan 11, 2006
1 parent 257d5db commit c5f698a
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: ee2a4f7caa4a72cdf2329081a1f7eb9939df3aab
refs/heads/master: 0d14824c0774d050cb4232e1e470e5fc9e32e587
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ xfs_ioctl(
mp->m_rtdev_targp : mp->m_ddev_targp;

da.d_mem = da.d_miniosz = 1 << target->pbr_sshift;
da.d_maxiosz = INT_MAX;
da.d_maxiosz = INT_MAX & ~(da.d_miniosz - 1);

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

0 comments on commit c5f698a

Please sign in to comment.