diff options
| author | Dave Chinner <david@fromorbit.com> | 2015-10-12 18:38:25 +1100 |
|---|---|---|
| committer | Dave Chinner <david@fromorbit.com> | 2015-10-12 18:38:25 +1100 |
| commit | 1e2103cbf4adfd5490ee5f3ee59750bd70d2047e (patch) | |
| tree | fb8256698fc1098784ef0bedba22768a793679f4 /fs/xfs/libxfs/xfs_attr_remote.c | |
| parent | 8a56d7c305b9613dfe416fd1af06871ec34bb103 (diff) | |
| parent | 847f9f6875fb02b576035e3dc31f5e647b7617a7 (diff) | |
Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr_remote.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_attr_remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_attr_remote.c b/fs/xfs/libxfs/xfs_attr_remote.c index f38f9bd81557..5ab95ffa4ae9 100644 --- a/fs/xfs/libxfs/xfs_attr_remote.c +++ b/fs/xfs/libxfs/xfs_attr_remote.c @@ -107,7 +107,7 @@ xfs_attr3_rmt_verify( if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) return false; if (be32_to_cpu(rmt->rm_offset) + - be32_to_cpu(rmt->rm_bytes) > XATTR_SIZE_MAX) + be32_to_cpu(rmt->rm_bytes) > XFS_XATTR_SIZE_MAX) return false; if (rmt->rm_owner == 0) return false; |
