svn commit: r254415 - in head/sys: dev/streams fs/devfs kern sys
Zbigniew Bodek
zbb at semihalf.com
Fri Aug 16 18:55:39 UTC 2013
2013/8/16 Konstantin Belousov <kib at freebsd.org>
> Author: kib
> Date: Fri Aug 16 14:22:20 2013
> New Revision: 254415
> URL: http://svnweb.freebsd.org/changeset/base/254415
>
> Log:
> Restore the previous sendfile(2) behaviour on the block devices.
> Provide valid .fo_sendfile method for several missed struct fileops.
>
> Reviewed by: glebius
> Sponsored by: The FreeBSD Foundation
>
> Modified:
> head/sys/dev/streams/streams.c
> head/sys/fs/devfs/devfs_vnops.c
> head/sys/kern/sys_procdesc.c
> head/sys/kern/vfs_vnops.c
> head/sys/sys/file.h
>
>
Hello Konstantin.
I believe that this commit adds redundant vn_sendfile declaration. Please
see below:
c1: warnings being treated as errors
sys/kern/uipc_syscalls.c:161: warning: redundant redeclaration of
'vn_sendfile' [-Wredundant-decls]
sys/sys/file.h:244: warning: previous declaration of 'vn_sendfile' was here
Best regards
Zbyszek Bodek
More information about the svn-src-all
mailing list