mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 17:18:25 +02:00
sysv_nblocks() returns 'blocks' rather than 'res', which only counting
the number of triple-indirect blocks and causing sysv_getattr() gets a
wrong result.
[AV: this is actually a sysv counterpart of minixfs fix -
0fcd426de9d0 "[PATCH] minix block usage counting fix" in
historical tree; mea culpa, should've thought to check
fs/sysv back then...]
Fixes:
|
||
|---|---|---|
| .. | ||
| balloc.c | ||
| dir.c | ||
| file.c | ||
| ialloc.c | ||
| inode.c | ||
| itree.c | ||
| Kconfig | ||
| Makefile | ||
| namei.c | ||
| super.c | ||
| sysv.h | ||