Displaying 1 result from an estimated 1 matches for "_get_super".
2003 Nov 05
6
[PATCH] Link breaks for large NR_CPUS
...ChangeSet 1.1356 -> 1.1357
# fs/ext2/super.c 1.55 -> 1.56
# fs/ext3/super.c 1.79 -> 1.80
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/11/04 mort@green.bork.org 1.1357
# Fix over-sized kmalloc() calls in ext[23]_get_super() when there are
# large numbers of processors. This is due to the per-processor
# variables in the ext[23] superblock structure. Replace kmalloc() with
# vmalloc()
# --------------------------------------------
#
diff -Nru a/fs/ext2/super.c b/fs/ext2/super.c
--- a/fs/ext2/super.c Tue Nov 4 07:1...