]> git.baikalelectronics.ru Git - kernel.git/commit
rhashtable: Factor out bucket_tail() function
authorThomas Graf <tgraf@suug.ch>
Fri, 2 Jan 2015 22:00:17 +0000 (23:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Jan 2015 19:32:57 +0000 (14:32 -0500)
commit8165aff615e085c3e1c1732e4d5dfbd3b4f96b3e
treea80b48e78a57a10ace266997f65f754034cce083
parent125840f4182d29031fa1cec8bd257fadc6045958
rhashtable: Factor out bucket_tail() function

Subsequent patches will require access to the bucket tail. Access
to the tail is relatively cheap as the automatic resizing of the
table should keep the number of entries per bucket to no more
than 0.75 on average.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/rhashtable.c