mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
fs: Fix missing 'bit' in comment
The missing word may make it hard for other developers to understand it. Signed-off-by: Chucheng Luo <luochucheng@vivo.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Andreas Dilger <adilger@dilger.ca> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
fad7c90209
commit
15f9f63f4d
@ -134,7 +134,7 @@ try_next_entry:
|
||||
d_type = vboxsf_get_d_type(info->info.attr.mode);
|
||||
|
||||
/*
|
||||
* On 32 bit systems pos is 64 signed, while ino is 32 bit
|
||||
* On 32-bit systems pos is 64-bit signed, while ino is 32-bit
|
||||
* unsigned so fake_ino may overflow, check for this.
|
||||
*/
|
||||
if ((ino_t)(ctx->pos + 1) != (u64)(ctx->pos + 1)) {
|
||||
|
Loading…
Reference in New Issue
Block a user