From: Miklos Szeredi Date: Wed, 17 Oct 2007 06:31:05 +0000 (-0700) Subject: fuse: no ENOENT from fuse device read X-Git-Tag: v2.6.24-rc1~540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c9d7df5f8aed8b738f1ace45700e2001c1faeb;p=pandora-kernel.git fuse: no ENOENT from fuse device read Don't return -ENOENT for a read() on the fuse device when the request was aborted. Instead return -ENODEV, meaning the filesystem has been force-umounted or aborted. Previously ENOENT meant that the request was interrupted, but now the 'aborted' flag is not set in case of interrupts. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed