Phil Sutter <[email protected]> wrote: > > Should we introduce a new field to struct rhashtable to track the > internal state? This might allow to clean up some rather obscure tests, > e.g. whether a table resize is in progress or not.
Why would we want to do that? The deferred expansion is done on a best effort basis so its failure has nothing to do with the failure of a subsequent insertion. The insertion must have tried its own last-ditch synchronous expansion and only fail if that fails. Cheers, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
