linux-stable/fs/fuse
Miklos Szeredi ce1d5a491f [PATCH] fuse: clean up request accounting
FUSE allocated most requests from a fixed size pool filled at mount time.
However in some cases (release/forget) non-pool requests were used.  File
locking operations aren't well served by the request pool, since they may
block indefinetly thus exhausting the pool.

This patch removes the request pool and always allocates requests on demand.

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-04-11 06:18:49 -07:00
..
dev.c [PATCH] fuse: clean up request accounting 2006-04-11 06:18:49 -07:00
dir.c [PATCH] fuse: clean up request accounting 2006-04-11 06:18:49 -07:00
file.c [PATCH] fuse: clean up request accounting 2006-04-11 06:18:49 -07:00
fuse_i.h [PATCH] fuse: clean up request accounting 2006-04-11 06:18:49 -07:00
inode.c [PATCH] fuse: clean up request accounting 2006-04-11 06:18:49 -07:00
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00