From: Jeff Dike Date: Tue, 11 Apr 2006 05:54:53 +0000 (-0700) Subject: [PATCH] fuse: add O_NONBLOCK support to FUSE device X-Git-Tag: v2.6.17-rc2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ac1d1e70a8c19a65a959d73650203df7a2e168;p=pandora-kernel.git [PATCH] fuse: add O_NONBLOCK support to FUSE device I don't like duplicating the connected and list_empty tests in fuse_dev_readv, but this seemed cleaner than adding the f_flags test to request_wait. Signed-off-by: Jeff Dike Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed