[PATCH] fuse: add O_NONBLOCK support to FUSE device
authorJeff Dike <jdike@addtoit.com>
Tue, 11 Apr 2006 05:54:53 +0000 (22:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:48 +0000 (06:18 -0700)
commite5ac1d1e70a8c19a65a959d73650203df7a2e168
treee3efd114e3350c270d3693266d38d07eaedae757
parent385a17bfc3cb035333c8a91eddc78a6e04c4625e
[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 <jdike@addtoit.com>
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