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)
commitc2c8a901660dcc647ffe5f6dcb1e4c500a5442aa
treec3587da63227bc63f281af80432df5b5de3576c0
parent1aa661f5c3df15432530f01f1023d556fa81b95d
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