patch-2.3.4 linux/mm/slab.c
Next file: linux/mm/swapfile.c
Previous file: linux/mm/mmap.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri May 28 10:13:37 1999
- Orig file:
v2.3.3/linux/mm/slab.c
- Orig date:
Fri May 14 18:55:30 1999
diff -u --recursive --new-file v2.3.3/linux/mm/slab.c linux/mm/slab.c
@@ -892,7 +892,7 @@
left_over -= slab_align_size;
}
- /* Offset must be a factor of the alignment. */
+ /* Offset must be a multiple of the alignment. */
offset += (align-1);
offset &= ~(align-1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)