summaryrefslogtreecommitdiff
path: root/lib/percpu_counter.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-05-21 08:02:02 (GMT)
committerBen Myers <bpm@sgi.com>2013-05-23 22:31:20 (GMT)
commit913e96bc292e1bb248854686c79d6545ef3ee720 (patch)
treeb8d11a6eb3fea7343b4a7f264bd5fdbfe04fcfea /lib/percpu_counter.c
parent90253cf142469a40f89f989904abf0a1e500e1a6 (diff)
downloadlinux-fsl-qoriq-913e96bc292e1bb248854686c79d6545ef3ee720.tar.xz
xfs: remote attribute read too short
Reading a maximally size remote attribute fails when CRCs are enabled with this verification error: XFS (vdb): remote attribute header does not match required off/len/owner) There are two reasons for this, the first being that the length of the buffer being read is determined from the args->rmtblkcnt which doesn't take into account CRC headers. Hence the mapped length ends up being too short and so we need to calculate it directly from the value length. The second is that the byte count of valid data within a buffer is capped by the length of the data and so doesn't take into account that the buffer might be longer due to headers. Hence we need to calculate the data space in the buffer first before calculating the actual byte count of data. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Ben Myers <bpm@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'lib/percpu_counter.c')
0 files changed, 0 insertions, 0 deletions