diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c index 993f5720200a..8eddaff36843 100644 --- a/fs/xfs/linux-2.6/xfs_ioctl.c +++ b/fs/xfs/linux-2.6/xfs_ioctl.c | |||
@@ -593,7 +593,7 @@ xfs_attrmulti_by_handle( | |||
593 | goto out; | 593 | goto out; |
594 | 594 | ||
595 | error = E2BIG; | 595 | error = E2BIG; |
596 | size = am_hreq.opcount * sizeof(attr_multiop_t); | 596 | size = am_hreq.opcount * sizeof(xfs_attr_multiop_t); |
597 | if (!size || size > 16 * PAGE_SIZE) | 597 | if (!size || size > 16 * PAGE_SIZE) |
598 | goto out_vn_rele; | 598 | goto out_vn_rele; |
599 | 599 | ||