Staging
v0.5.1
https://github.com/torvalds/linux
Revision 90aef12e6dd609e1ad7fb70044eedc78ca55ee5e authored by Jeremy Fitzhardinge on 13 December 2006, 08:34:49 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:51 UTC
activate_mm() is not the right thing to be using in use_mm().  It should be
switch_mm().

On normal x86, they're synonymous, but for the Xen patches I'm adding a
hook which assumes that activate_mm is only used the first time a new mm
is used after creation (I have another hook for dealing with dup_mm).  I
think this use of activate_mm() is the only place where it could be used
a second time on an mm.

>From a quick look at the other architectures I think this is OK (most
simply implement one in terms of the other), but some are doing some
subtly different stuff between the two.

Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 74c383f
History
Tip revision: 90aef12e6dd609e1ad7fb70044eedc78ca55ee5e authored by Jeremy Fitzhardinge on 13 December 2006, 08:34:49 UTC
[PATCH] Use activate_mm() in fs/aio.c:use_mm()
Tip revision: 90aef12
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 547 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 75.2 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top