aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
diff options
context:
space:
mode:
authorJan Kara <jack@suse.com>2015-08-19 10:34:32 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-21 10:05:37 -0700
commit39516016709f4bf72d6e4c12089bbae7b1432ba7 (patch)
tree6599a86cabb7616ea396ba0004218c92eb2ac859 /fs/ceph
parent16f47b6ab239970067885a9384c456c6b530bb12 (diff)
xfs: Fix xfs_attr_leafblock definition
commit ffeecc5213024ae663377b442eedcfbacf6d0c5d upstream. struct xfs_attr_leafblock contains 'entries' array which is declared with size 1 altough it can in fact contain much more entries. Since this array is followed by further struct members, gcc (at least in version 4.8.3) thinks that the array has the fixed size of 1 element and thus may optimize away all accesses beyond the end of array resulting in non-working code. This problem was only observed with userspace code in xfsprogs, however it's better to be safe in kernel as well and have matching kernel and xfsprogs definitions. Signed-off-by: Jan Kara <jack@suse.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/ceph')
0 files changed, 0 insertions, 0 deletions