mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
e0c49bd2b4
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 |