Bug 4310 - [ANCK 5.10] xfs: xfs_qm: remove unnecessary ‘0’ values from error
Summary: [ANCK 5.10] xfs: xfs_qm: remove unnecessary ‘0’ values from error
Status: RESOLVED FIXED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: fs (show other bugs) fs
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: rafanadal
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-02 17:23 UTC by rafanadal
Modified: 2023-03-03 17:57 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rafanadal 2023-03-02 17:23:28 UTC
Description of problem:
error is assigned first, so it does not need to initialize the
assignment.

Additional info:
upstream:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/fs/xfs?h=v6.2.1&id=e195605ed28b5581dc2d509283cfea2e8635a251
Comment 2 Joseph Qi alibaba_cloud_group 2023-03-03 17:57:30 UTC
merged