]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fuse: add number of waiting requests attribute
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 17 Jan 2006 06:14:38 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:30 +0000 (23:15 -0800)
commitae21f48c154c87f7be086ad86767fce76be5b0ba
treef3b08ab3a4a1cb42d92e2997f60f30d945601600
parentb0f571d54c54f62a42673cfdc262158e283037dc
[PATCH] fuse: add number of waiting requests attribute

This patch adds the 'waiting' attribute which indicates how many filesystem
requests are currently waiting to be completed.  A non-zero value without any
filesystem activity indicates a hung or deadlocked filesystem.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dev.c
fs/fuse/fuse_i.h
fs/fuse/inode.c