Merge branch 'master' into upstream

This commit is contained in:
Jeff Garzik
2006-09-19 15:13:45 -04:00
33 changed files with 372 additions and 629 deletions

View File

@@ -1432,6 +1432,9 @@ int neigh_table_clear(struct neigh_table *tbl)
kfree(tbl->phash_buckets);
tbl->phash_buckets = NULL;
free_percpu(tbl->stats);
tbl->stats = NULL;
return 0;
}