From: Miklos Szeredi Date: Wed, 17 Oct 2007 06:31:04 +0000 (-0700) Subject: fuse: no abort on interrupt X-Git-Tag: v2.6.24-rc1~541 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a131de0a482ac95e6469f56981c7b063593fdc5d;p=pandora-kernel.git fuse: no abort on interrupt Don't set 'aborted' flag on a request if it's interrupted. We have to wait for the answer anyway, and this would only a very little time while copying the reply. This means, that write() on the fuse device will not return -ENOENT during normal operation, only if the filesystem is aborted by a forced umount or through the fusectl interface. This could simplify userspace code somewhat when backward compatibility with earlier kernel versions is not required. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed