Files
twx-linux/mm
Badari Pulavarty ac7663f17a Fix for shmem_truncate_range() BUG_ON()
Ran into BUG() while doing madvise(REMOVE) testing.  If we are punching a
hole into shared memory segment using madvise(REMOVE) and the entire hole
is below the indirect blocks, we hit following assert.

            BUG_ON(limit <= SHMEM_NR_DIRECT);

Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com>
Forwarded-by: Jordan Neumeyer
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2007-01-09 03:23:34 +01:00
..
2006-11-07 15:40:54 +01:00
2006-03-02 08:33:07 -08:00
2006-08-08 11:58:01 +02:00
2006-02-08 07:52:58 -08:00
2006-03-17 07:51:25 -08:00