From: Miklos Szeredi Date: Tue, 17 Jan 2006 06:14:31 +0000 (-0800) Subject: [PATCH] fuse: introduce unified request state X-Git-Tag: v2.6.16-rc1~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83cfd4935124b165e942c317dc3e9ebb0a3e6a63;p=pandora-kernel.git [PATCH] fuse: introduce unified request state The state of request was made up of 2 bitfields (->sent and ->finished) and of the fact that the request was on a list or not. Unify this into a single state field. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed