via-rhine: Transmit timed out problem

2007-06-22 Thread Kirill Kuvaldin
Hi, I'm experiencing a strange problem with a via rhine network card on Ubuntu 7.04 (2.6.20-16-generic #2 SMP). The hardware seemed to come into an inconsistent state, since rmmod'ing and modprobe'ing the via-rhine driver back didn't help. After the problem had appeared, I could see the follow

[PATCH] fixing the comment in mm/filemap.c

2007-07-11 Thread Kirill Kuvaldin
Seems that generic_file_write is no longer available, and generic_file_buffered_write should be referred instead. This makes the comment consistent. Signed-off-by: Kirill Kuvaldin <[EMAIL PROTECTED]> diff --git a/mm/filemap.c b/mm/filemap.c index edb1b0b..0a8b71e 100644 --- a/mm/filemap.c

[PATCH] isofs: mounting to regular file may succeed

2007-07-13 Thread Kirill Kuvaldin
rectory after all. Signed-off-by: Kirill Kuvaldin <[EMAIL PROTECTED]> diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index 5c3eecf..ce5062a 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c @@ -840,6 +840,15 @@ root_found: goto out_no_root; if (!inode->

Re: [PATCH] isofs: mounting to regular file may succeed

2007-07-14 Thread Kirill Kuvaldin
On Sat, Jul 14, 2007 at 03:47:21AM +0400, Kirill Kuvaldin wrote: > $ dd if=correct.iso of=bad.iso bs=4k count=8 Oops, sorry, the right command should be: dd if=correct.iso of=bad.iso bs=4k seek=8 Kirill - To unsubscribe from this list: send the l

Re: [PATCH] isofs: mounting to regular file may succeed

2007-07-15 Thread Kirill Kuvaldin
On Sat, Jul 14, 2007 at 09:16:51PM +0200, Jan Engelhardt wrote: > > On Jul 14 2007 03:47, Kirill Kuvaldin wrote: > > > >We then can mount it to a regular file: > > Wow, this is news to me. Since when is it possible to mount files to files? > It is possible to moun