From: Tejun Heo Date: Wed, 26 Nov 2008 11:03:55 +0000 (+0100) Subject: fuse: implement unsolicited notification X-Git-Tag: v2.6.29-rc1~230^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8599396b5062bf6bd2a0b433503849e2322df1c2;p=pandora-kernel.git fuse: implement unsolicited notification Clients always used to write only in response to read requests. To implement poll efficiently, clients should be able to issue unsolicited notifications. This patch implements basic notification support. Zero fuse_out_header.unique is now accepted and considered unsolicited notification and the error field contains notification code. This patch doesn't implement any actual notification. Signed-off-by: Tejun Heo Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed