svn commit: r324620 - head/sys/fs/fuse

Stefan Esser se at freebsd.org
Sun Oct 15 05:04:33 UTC 2017


Am 14.10.17 um 21:02 schrieb Fedor Uporov:
> Author: fsu
> Date: Sat Oct 14 19:02:52 2017
> New Revision: 324620
> URL: https://svnweb.freebsd.org/changeset/base/324620
> 
> Log:
>   Add extended attributes support to fuse kernel module.
>   
>   Author:         kem
>   Reviewed by:    cem, pfg (mentor)
>   Approved by:    pfg (mentor)
>   MFC after:      2 weeks
>   
>   Differential Revision: https://reviews.freebsd.org/D12485

Should any of these defines have been updated?

/sys/fuse/fs/fuse.h:
#define FUSE_FREEBSD_VERSION    "0.4.4"

/sys/fuse/fs/fuse_kernel.h:
#define FUSE_KERNEL_VERSION 7
#define FUSE_KERNEL_MINOR_VERSION 8

Regards, STefan


More information about the svn-src-all mailing list