]> Zhao Yanbai Git Server - minix.git/commit
Don't truncate read requests based on v_size; v_size can be stale in the
authorBen Gras <ben@minix3.org>
Tue, 11 Sep 2007 15:52:22 +0000 (15:52 +0000)
committerBen Gras <ben@minix3.org>
Tue, 11 Sep 2007 15:52:22 +0000 (15:52 +0000)
commit38604e4e3a80ea742001379a3aed867a83ab81c2
tree4d93aa4f8a6b4470016109faea85d30775bba5ba
parent007bb33c7d482041f05a29ec25f8426542d996ed
Don't truncate read requests based on v_size; v_size can be stale in the
case of directories extended by subfilesystem. Rely on subfilesystem to
do read size truncating and return actual i/o size. This fixes bug 81 in
gforge, and unbreaks test 23.
servers/vfs/read.c