Bug 6330 - [ANCK 4.19]ext4: delete redundant uptodate check for buffer
Summary: [ANCK 4.19]ext4: delete redundant uptodate check for buffer
Status: RESOLVED FIXED
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: fs (show other bugs) fs
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Ferry Meng
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-05 10:26 UTC by Zh_hhhhh
Modified: 2023-09-06 16:00 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zh_hhhhh cmss_group 2023-09-05 10:26:28 UTC
Description of problem:

    缓冲区更新状态已经在set_buffer_uptodate函数中检查过了,在调用set_buffer_uptodate并删除它之前没有必要使用buffer_uptodate。
Comment 1 小龙 admin 2023-09-05 10:31:40 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2114
Comment 2 小龙 admin 2023-09-05 10:58:17 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2115
Comment 3 Joseph Qi alibaba_cloud_group 2023-09-06 16:00:00 UTC
(In reply to 小龙 from comment #2)
> The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2115

merged