diff options
author | Ryusuke Konishi <[email protected]> | 2024-08-27 02:41:13 +0900 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-09-01 20:43:43 -0700 |
commit | 33d23d849610df330ffb02420df705730a79f8e8 (patch) | |
tree | eae6b60314c635061db3671e18e8447eeba36b22 /tools/perf/scripts/python/Perf-Trace-Util | |
parent | 9860f434056e6358ac63e7068254aeaf339cf71e (diff) |
nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()
After commit 93aef9eda1ce ("nilfs2: fix incorrect inode allocation from
reserved inodes") is applied, the inode number returned by
nilfs_ifile_create_inode() is guaranteed to always be greater than or
equal to NILFS_USER_INO, so if the inode number is a reserved inode number
(less than NILFS_USER_INO), the code to repair the bitmap immediately
following it is no longer executed. So, delete it.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Cc: Huang Xiaojia <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions