summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/tests/scripts/lib/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@gmail.com>2026-08-11 02:48:18 +0900
committerViacheslav Dubeyko <slava@dubeyko.com>2026-08-10 16:06:23 -0700
commit24a098541a765ed017274f8094004404a83b0daf (patch)
treee673fcd50b4582a2c59a89516b864475b0513db1 /tools/tracing/rtla/tests/scripts/lib/git@git.tavy.me:linux.git
parentd7d54599a132408ee8ce857393974dddfb88357c (diff)
nilfs2: standardize the inode number type to u64
Variables handling inode numbers - such as the 'i_ino' member of the inode structure - have been converted to 'u64' within the kernel to ensure consistency. However, some parts of the nilfs2 implementation still use 'ino_t' or 'unsigned long' - both of which are architecture-dependent types - to handle inode numbers. Replace those remaining instances of 'ino_t' or 'unsigned long' with 'u64'. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
Diffstat (limited to 'tools/tracing/rtla/tests/scripts/lib/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions