Bug 216569
Summary: | ubifs: Missing budget for ubifs_xrename() | ||
---|---|---|---|
Product: | File System | Reporter: | Zhihao Cheng (chengzhihao1) |
Component: | Other | Assignee: | fs_other |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.0.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
setup.sh
a.c diff |
Description
Zhihao Cheng
2022-10-11 03:18:18 UTC
Created attachment 302967 [details]
setup.sh
Created attachment 302968 [details]
a.c
Created attachment 302969 [details]
diff
(In reply to Zhihao Cheng from comment #0) > CONFIG_FS_ENCRYPTION=y > CONFIG_UBIFS_FS=m > CONFIG_MTD_UBI=m > CONFIG_MTD_NAND_NANDSIM=m > > 1. Apply diff and compile kernel > 2. ./setup.sh 1 3. Compile and execute a.c > 4. dmesg > [root@localhost ~]# dmesg -c > [ 1548.794608] <8045> budget: dd_growth + data_growth 0 > [ 1548.799021] <8045> disk: new + mod 288 > > budget <0> < disk (288) |