]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update fuse_kernel header.
authorpfg <pfg@FreeBSD.org>
Mon, 15 Jul 2013 00:05:27 +0000 (00:05 +0000)
committerpfg <pfg@FreeBSD.org>
Mon, 15 Jul 2013 00:05:27 +0000 (00:05 +0000)
commit2bfbfc539c4069e052503398bf33ced4b1e83959
treed97da5055ef93e40106254b0dde99448c02835f3
parent3f85c7a45715585bca16dc8f7e864f663e7da494
Update fuse_kernel header.

Bring in the changes from the FUSE kernel interface 7.10
(available under a BSD license).

After 7.10 the linux FUSE developers added support for a
controversial CUSE driver and some linux especific
features that are unlikely to find its way into FreeBSD.

We currently don't implement any of the new features so we
are *not* bumping the FUSE_KERNEL_MINOR_VERSION. The header
should, nevertheless, serve  as a template to add the new
features in a compatible manner.

While here adopt some minor cleanups from the upstream version
like removing FUSE_MAJOR and FUSE_MINOR which were never
used. Also add multiple inclusion header guards,
sys/fs/fuse/fuse_kernel.h