diff options
| author | Ryusuke Konishi <konishi.ryusuke@gmail.com> | 2026-08-11 02:48:18 +0900 |
|---|---|---|
| committer | Viacheslav Dubeyko <slava@dubeyko.com> | 2026-08-10 16:06:23 -0700 |
| commit | 24a098541a765ed017274f8094004404a83b0daf (patch) | |
| tree | e673fcd50b4582a2c59a89516b864475b0513db1 /drivers/media/platform/amd/git@git.tavy.me:linux.git | |
| parent | d7d54599a132408ee8ce857393974dddfb88357c (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 'drivers/media/platform/amd/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
