mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Andrea Arcangeli <andrea@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.19pre8aa1 & vm-34: zftape-init.c compile error
Date: Sat, 04 May 2002 10:18:13 +1000	[thread overview]
Message-ID: <3CD328C5.2C6D389A@eyal.emu.id.au> (raw)
In-Reply-To: <20020503203738.E1396@dualathlon.random>

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

Andrea Arcangeli wrote:
> 
> Full patchkit:
> http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.19pre8aa1.gz

linux-2.4-pre-aa/drivers/char/ftape/zftape/zftape-init.c fails to build,
a declaration is put in an illegal place.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

[-- Attachment #2: 2.4.19-pre8-aa1-zftape-init.patch --]
[-- Type: text/plain, Size: 877 bytes --]

*** linux-2.4-pre-aa/drivers/char/ftape/zftape/zftape-init.c.orig	Sat May  4 10:13:57 2002
--- linux-2.4-pre-aa/drivers/char/ftape/zftape/zftape-init.c	Sat May  4 10:14:28 2002
***************
*** 204,214 ****
  	sigfillset(&current->blocked);
  	lock_kernel();
  	if ((result = ftape_mmap(vma)) >= 0) {
- 		vma->vm_flags &= ~VM_IO;
  #ifndef MSYNC_BUG_WAS_FIXED
  		static struct vm_operations_struct dummy = { NULL, };
  		vma->vm_ops = &dummy;
  #endif
  	}
  	unlock_kernel();
  	current->blocked = old_sigmask; /* restore mask */
--- 204,214 ----
  	sigfillset(&current->blocked);
  	lock_kernel();
  	if ((result = ftape_mmap(vma)) >= 0) {
  #ifndef MSYNC_BUG_WAS_FIXED
  		static struct vm_operations_struct dummy = { NULL, };
  		vma->vm_ops = &dummy;
  #endif
+ 		vma->vm_flags &= ~VM_IO;
  	}
  	unlock_kernel();
  	current->blocked = old_sigmask; /* restore mask */

  reply	other threads:[~2002-05-04  0:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-03 18:37 2.4.19pre8aa1 & vm-34 Andrea Arcangeli
2002-05-04  0:18 ` Eyal Lebedinsky [this message]
2002-05-05  1:08   ` 2.4.19pre8aa1 & vm-34: zftape-init.c compile error Mike Fedyk
2002-05-05  7:33     ` Eyal Lebedinsky
2002-05-04  0:24 ` 2.4.19pre8aa1 & vm-34: blkmtd.c compile failure Eyal Lebedinsky
2002-05-04  7:09   ` Andrea Arcangeli
2002-05-04 11:44     ` Andrea Arcangeli
2002-05-04  0:54 ` 2.4.19pre8aa1 & vm-34: 8253xutl.c compile error Eyal Lebedinsky
2002-05-04  1:30 ` 2.4.19pre8aa1 & vm-34: unresolved kmap_pagetable Eyal Lebedinsky
2002-05-04  7:25   ` Andrea Arcangeli
2002-05-04 13:41     ` Eyal Lebedinsky
2002-05-04 13:49       ` Andrea Arcangeli
2002-05-05  0:26         ` Eyal Lebedinsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CD328C5.2C6D389A@eyal.emu.id.au \
    --to=eyal@eyal.emu.id.au \
    --cc=andrea@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®