Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src
"Emmanuel Dreyfus" writes:
> Module Name: src
> Committed By: manu
> Date: Tue Oct 18 15:06:17 UTC 2016
>
> Modified Files:
> src/lib/libperfuse: libperfuse.3 perfuse.c
> src/usr.sbin/perfused: msg.c perfused.8
>
> Log Message:
> Make FUSE socket buffer tunable
>
> When dealing with high I/O throughput, we could run out of buffer
> space if the filesystem was not consuming requests fast enough.
> Here we slightly raise the buffer size, and we make it tunable
> through the PERFUSE_BUFSIZE environment variable so that we can
> cope with higher requirement later.
>
> While there, document PERFUSE_OPTIONS environment variable.
i assume this is the cause of the build break:
dependall ===> lib/libperfuse
/home/source/ab/HEAD/src/lib/libperfuse/perfuse.c: In function 'bufvar_from_env':
/home/source/ab/HEAD/src/lib/libperfuse/perfuse.c:151:1: error: old-style function definition [-Werror=old-style-definition]
bufvar_from_env(name, defval)
^
/home/source/ab/HEAD/src/lib/libperfuse/perfuse.c: In function 'bufvar_from_env':
/home/source/ab/HEAD/src/lib/libperfuse/perfuse.c:151:1: error: old-style function definition [-Werror=old-style-definition]
bufvar_from_env(name, defval)
^
/home/source/ab/HEAD/src/lib/libperfuse/perfuse.c: In function 'bufvar_from_env':
/home/source/ab/HEAD/src/lib/libperfuse/perfuse.c:151:1: error: old-style function definition [-Werror=old-style-definition]
bufvar_from_env(name, defval)
^
cc1: all warnings being treated as errors
--- perfuse.po ---
*** [perfuse.po] Error code 1
please have a look. thanks.
.mrg.
Home |
Main Index |
Thread Index |
Old Index