diff options
author | NeilBrown <neilb@suse.com> | 2019-04-02 10:07:45 +1100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-07 19:12:12 -0700 |
commit | ff302db965b57c141297911ea647d36d11fedfbe (patch) | |
tree | 4b6cdddf64de3c58e867a1886e5240c078df121b /ipc | |
parent | 7a41c294c1463100fdc82a356e22e36bbaa6b0f9 (diff) | |
download | linux-stable-ff302db965b57c141297911ea647d36d11fedfbe.tar.gz linux-stable-ff302db965b57c141297911ea647d36d11fedfbe.tar.bz2 linux-stable-ff302db965b57c141297911ea647d36d11fedfbe.zip |
rhashtable: allow rht_bucket_var to return NULL.
Rather than returning a pointer to a static nulls, rht_bucket_var()
now returns NULL if the bucket doesn't exist.
This will make the next patch, which stores a bitlock in the
bucket pointer, somewhat cleaner.
This change involves introducing __rht_bucket_nested() which is
like rht_bucket_nested(), but doesn't provide the static nulls,
and changing rht_bucket_nested() to call this and possible
provide a static nulls - as is still needed for the non-var case.
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions