Date: Fri, 22 Jan 2010 08:45:12 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c Message-ID: <201001220845.o0M8jSB7008962@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2010-01-22 08:45:12 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: SVN rev 202783 on 2010-01-22 08:45:12Z by jh Truncate read request rather than returning EIO if the request is larger than MAXPHYS + 1. This fixes a problem with cat(1) when it uses a large I/O buffer. Reported by: Fernando ApesteguĂa Suggested by: jilles Reviewed by: des Approved by: trasz (mentor) Revision Changes Path 1.81 +2 -4 src/sys/fs/pseudofs/pseudofs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001220845.o0M8jSB7008962>