commit | 82266e98dd4d8e7d5b8e4a0fedeb91f2eb29d306 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Tue Apr 24 08:29:13 2018 +1000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 24 13:21:45 2018 -0400 |
tree | 105d814d3ace4531f5b4bd593bb5e0dc998ab901 | |
parent | 0c6f69a5e3641bccfe21fd0eeafad45a8c6db987 [diff] |
rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter() Neither rhashtable_walk_enter() or rhltable_walk_enter() sleep, though they do take a spinlock without irq protection. So revise the comments to accurately state the contexts in which these functions can be called. Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>