Date: Sat, 31 Jan 2009 18:06:34 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nwfs nwfs_vnops.c src/sys/fs/smbfs smbfs_vnops.c Message-ID: <200901311806.n0VI6pVG014595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2009-01-31 18:06:34 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_vnops.c sys/fs/smbfs smbfs_vnops.c Log: SVN rev 187960 on 2009-01-31 18:06:34Z by bz After r186194 the *fs_strategy() functions always return 0. So we are no longer interested in the error returned from the *fs_doio() functions. With that we can remove the error variable as its value is unused now. Submitted by: Christoph Mallon christoph.mallon@gmx.de Revision Changes Path 1.49 +1 -2 src/sys/fs/nwfs/nwfs_vnops.c 1.73 +1 -2 src/sys/fs/smbfs/smbfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901311806.n0VI6pVG014595>