On Sun, 9 Jul 2006 13:02:48 +0200
"Michal Piotrowski" <michal.k.k.piotrowski@xxxxxxxxx> wrote:
> TP hangs on
>
> <<<test_output>>>
> setrlimit01 1 PASS : RLIMIT_NOFILE functionality is correct
> setrlimit01 0 WARN : caught signal 2, not SIGSEGV
> <<<execution_status>>>
> duration=1071 termination_type=driver_interrupt termination_id=1 corefile=no
> cutime=0 cstime=1
> <<<test_end>>>
Yep, thanks.
RLIMIT_FSIZE can cause generic_write_checks() to reduce `count'. So we cannot
assume that `count' is equal to the total length size of the incoming iovec.