diff options
Diffstat (limited to 'fs/xfs/xfs_ioctl32.c')
| -rw-r--r-- | fs/xfs/xfs_ioctl32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ioctl32.c b/fs/xfs/xfs_ioctl32.c index ec6772866f3d..bfc7c7c8a0c8 100644 --- a/fs/xfs/xfs_ioctl32.c +++ b/fs/xfs/xfs_ioctl32.c | |||
| @@ -423,7 +423,7 @@ xfs_compat_attrmulti_by_handle( | |||
| 423 | 423 | ||
| 424 | ops = memdup_user(compat_ptr(am_hreq.ops), size); | 424 | ops = memdup_user(compat_ptr(am_hreq.ops), size); |
| 425 | if (IS_ERR(ops)) { | 425 | if (IS_ERR(ops)) { |
| 426 | error = -PTR_ERR(ops); | 426 | error = PTR_ERR(ops); |
| 427 | goto out_dput; | 427 | goto out_dput; |
| 428 | } | 428 | } |
| 429 | 429 | ||
