mirror of
https://github.com/torvalds/linux.git
synced 2026-07-18 19:47:46 +02:00
Explain why the casting we do to silence this warning is indeed safe. It is because the field we're casting from, though being 64-bit wide, was filled with a pointer in first place by ourselves. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| drivers | ||
| include | ||
| sys-i386 | ||
| sys-x86_64 | ||
| util | ||
| aio.c | ||
| elf_aux.c | ||
| file.c | ||
| Makefile | ||
| mem.c | ||
| process.c | ||
| signal.c | ||
| start_up.c | ||
| time.c | ||
| tt.c | ||
| tty.c | ||
| user_syms.c | ||