Project

General

Profile

Actions

Bug #62145

open

kclient: make num_fwd and num_retry to __u32

Added by Xiubo Li 10 months ago. Updated 10 months ago.

Status:
Fix Under Review
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

The num_fwd in MClientRequestForward is int32_t, while the num_fwd
in ceph_mds_request_head is __u8. This is buggy when the num_fwd
is larger than 256 it will always be truncate to 0 again. But the
client couldn't recoginize this.


Related issues 1 (0 open1 closed)

Copied from CephFS - Bug #57854: mds: make num_fwd and num_retry to __u32ResolvedXiubo Li

Actions
Actions #1

Updated by Xiubo Li 10 months ago

  • Copied from Bug #57854: mds: make num_fwd and num_retry to __u32 added
Actions #2

Updated by Xiubo Li 10 months ago

  • Status changed from New to Fix Under Review
Actions

Also available in: Atom PDF