diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-03-11 09:35:56 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-03-11 09:35:56 +1100 |
commit | f14ae652baa3d72ae378f0c06b89cc2c4ef15ff8 (patch) | |
tree | 65dfe2b310103bd6f2c981de2e1d0faecd05805c /drivers/scsi/sd.c | |
parent | f73d1e6ca6985b43a1871467463cba632fbc624d (diff) |
lguest: fix __get_vm_area usage.
Robert Bragg's 5dc331852848a38ca00a2817e5b98a1d0561b116 tightened
(ie. fixed) the checking in __get_vm_area, and it broke lguest.
lguest should pass the exact "end" it wants, not some random constant
(it was possible previously that it would actually get an address
different from SWITCHER_ADDR).
Also, Fabio Checconi pointed out that we should make sure we're not
hitting the fixmap area.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Robert Bragg <robert@sixbynine.org>
Diffstat (limited to 'drivers/scsi/sd.c')
0 files changed, 0 insertions, 0 deletions