Re: subobj-rmap

Martin J. Bligh (mbligh@aracnet.com)
Sun, 06 Apr 2003 15:06:59 -0700


>> OK, lets say we have a file of 1000 pages, or
>> offsets 0 to 999, with the following mappings:
>>
>> VMA A: 0-999
>> VMA B: 0-200
>> VMA C: 150-400
>> VMA D: 300-500
>> VMA E: 300-500
>> VMA F: 0-999
>>
>> How would you describe these with independant regions ?
>
> Good question to illustrate with.
> Extra spacing added just for ease of reading:
>
> 0-150 -> 150-200 -> 200-300 -> 300-400 -> 400-500 -> 500-999
> A A A A A A
> B B
> C C C
> D D
> E E
> F F F F F F

Bah, offsets are slightly wrong, but the point is obviously the same

0-150 -> 151-200 -> 201-300 -> 301-400 -> 401-500 -> 501-999
A A A A A A
B B
C C C
D D
E E
F F F F F F
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/