]> git.baikalelectronics.ru Git - kernel.git/commit
rhashtable-test: Get rid of ptr in test_obj structure
authorThomas Graf <tgraf@suug.ch>
Thu, 30 Apr 2015 22:37:42 +0000 (22:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 03:08:54 +0000 (23:08 -0400)
commit0156e60254dcc74302d0916812278ee379c06792
treec3587da63227bc63f281af80432df5b5de3576c0
parente4a969bf8870af8eda21a64ba301b947b590139f
rhashtable-test: Get rid of ptr in test_obj structure

This only blows up the size of the test structure for no gain
in test coverage. Reduces size of test_obj from 24 to 16 bytes.

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