[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)
commit0cd5b88553acf0611474dbaf8e43770eed268060
treef3b08ab3a4a1cb42d92e2997f60f30d945601600
parentf543f253f3aa721a24557d7df8259145bb01b734
[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