On Mon, Apr 25, 2005 at 09:19:49PM +0200, [EMAIL PROTECTED] wrote:
> + /* This should no more be needed. And it didn't work anyway to exclude
> + * read-write remounting of filesystems.*/
> + /*if((filp->f_mode & FMODE_WRITE) && !dev->openflags.w){
> if(--dev->count == 0)
mån 2005-04-25 klockan 21:12 +0200 skrev [EMAIL PROTECTED]:
> From: Andree Leidenfrost <[EMAIL PROTECTED]>, Paolo 'Blaisorblade' Giarrusso
> <[EMAIL PROTECTED]>
>
> Fix the error path, which is triggered when the processor misses the fpx regs
> (i.e. the "fxsr" cpuinfo feature). For instance by V
On Monday 25 April 2005 12:16, Jens Axboe wrote:
> On Sun, Apr 24 2005, [EMAIL PROTECTED] wrote:
> > @@ -1099,6 +1104,7 @@ static int prepare_request(struct reques
> > if((rq_data_dir(req) == WRITE) && !dev->openflags.w){
> > printk("Write attempted on readonly ubd device %s\n",
> >
From: Andree Leidenfrost <[EMAIL PROTECTED]>, Paolo 'Blaisorblade' Giarrusso
<[EMAIL PROTECTED]>
Fix the error path, which is triggered when the processor misses the fpx regs
(i.e. the "fxsr" cpuinfo feature). For instance by VIA C3 Samuel2. Tested and
obvious, please merge ASAP.
Signed-off-by:
On Sun, Apr 24 2005, [EMAIL PROTECTED] wrote:
> @@ -1099,6 +1104,7 @@ static int prepare_request(struct reques
> if((rq_data_dir(req) == WRITE) && !dev->openflags.w){
> printk("Write attempted on readonly ubd device %s\n",
> disk->disk_name);
> +