Re: [PATCH] ext4:fix unexpected error from ext4_reserve_global

2007-06-19 Thread Alex Tomas
ACK, of course. thanks, Alex Mingming Cao wrote: On Thu, 2007-06-14 at 19:29 +0400, Dmitriy Monakhov wrote: I just cant belive my eyes then i saw this at the first time... simple test: strace dd if=/dev/zero of=/mnt/file Thanks for reporting it. open("/dev/zero", O_RDONLY) = 0

Re: [PATCH] ext4:fix unexpected error from ext4_reserve_global

2007-06-19 Thread Alex Tomas
ACK, of course. thanks, Alex Mingming Cao wrote: On Thu, 2007-06-14 at 19:29 +0400, Dmitriy Monakhov wrote: I just cant belive my eyes then i saw this at the first time... simple test: strace dd if=/dev/zero of=/mnt/file Thanks for reporting it. open(/dev/zero, O_RDONLY) = 0

Re: [PATCH] ext4:fix unexpected error from ext4_reserve_global

2007-06-15 Thread Mingming Cao
On Thu, 2007-06-14 at 19:29 +0400, Dmitriy Monakhov wrote: > I just cant belive my eyes then i saw this at the first time... > simple test: strace dd if=/dev/zero of=/mnt/file > Thanks for reporting it. > open("/dev/zero", O_RDONLY) = 0 > close(1)= 0

Re: [PATCH] ext4:fix unexpected error from ext4_reserve_global

2007-06-15 Thread Mingming Cao
On Thu, 2007-06-14 at 19:29 +0400, Dmitriy Monakhov wrote: I just cant belive my eyes then i saw this at the first time... simple test: strace dd if=/dev/zero of=/mnt/file Thanks for reporting it. open(/dev/zero, O_RDONLY) = 0 close(1)= 0

[PATCH] ext4:fix unexpected error from ext4_reserve_global

2007-06-14 Thread Dmitriy Monakhov
I just cant belive my eyes then i saw this at the first time... simple test: strace dd if=/dev/zero of=/mnt/file open("/dev/zero", O_RDONLY) = 0 close(1)= 0 open("/mnt/test/file", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 1 read(0, "\0\0\0\0\0\0\0\0\0"..., 512)

[PATCH] ext4:fix unexpected error from ext4_reserve_global

2007-06-14 Thread Dmitriy Monakhov
I just cant belive my eyes then i saw this at the first time... simple test: strace dd if=/dev/zero of=/mnt/file open(/dev/zero, O_RDONLY) = 0 close(1)= 0 open(/mnt/test/file, O_WRONLY|O_CREAT|O_TRUNC, 0666) = 1 read(0, \0\0\0\0\0\0\0\0\0..., 512) = 512