From: Andrew Gallagher Date: Tue, 22 Jul 2014 14:37:43 +0000 (+0200) Subject: fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT X-Git-Tag: omap-for-v3.17/fixes-against-rc2~234^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7afaec0b564f0609e116f562983b8e72fc3e9c9;p=pandora-kernel.git fuse: add FUSE_NO_OPEN_SUPPORT flag to INIT Here some additional changes to set a capability flag so that clients can detect when it's appropriate to return -ENOSYS from open. This amends the following commit introduced in 3.14: 7678ac50615d fuse: support clients that don't implement 'open' However we can only add the flag to 3.15 and later since there was no protocol version update in 3.14. Signed-off-by: Miklos Szeredi Cc: # v3.15+ --- Reading git-diff-tree failed