mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 12:40:51 +02:00
BFS_FILEBLOCKS() expects struct bfs_inode * (on-disk data, with little-
endian fields), not struct bfs_inode_info * (in-core stuff, with host-
endian ones).
It's a macro and fields with the right names are present in
bfs_inode_info, so it compiles, but on big-endian host it gives bogus
results.
Introduced in commit
|
||
|---|---|---|
| .. | ||
| bfs.h | ||
| dir.c | ||
| file.c | ||
| inode.c | ||
| Makefile | ||