As per http://www.nist.gov/dads/HTML/shellsort.html, this should be referred to as a Shell sort. Shell-Metzner is a misnomer.
Signed-off-by: Daniel Dickman <[EMAIL PROTECTED]> --- linux-2.6.11-rc3-bk9/kernel/sys.c 2005-02-12 22:17:26.801294776 -0500 +++ linux/kernel/sys.c 2005-02-12 17:53:15.000000000 -0500 @@ -1192,7 +1192,7 @@ return 0; } -/* a simple shell-metzner sort */ +/* a simple Shell sort */ static void groups_sort(struct group_info *group_info) { int base, max, stride; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/