dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/fuse
Miklos Szeredi 6ad84acab9 [PATCH] fuse: ensure progress in read and write
In direct_io mode, send at least one page per reqest.  Previously it was
possible that reqests with zero data were sent, and hence the read/write
didn't make any progress, resulting in an infinite (though interruptible)
loop.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-06 08:33:56 -08:00
..
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
dev.c [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
dir.c [PATCH] fuse: clean up request size limit checking 2006-01-06 08:33:56 -08:00
file.c [PATCH] fuse: ensure progress in read and write 2006-01-06 08:33:56 -08:00
fuse_i.h [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
inode.c [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00