ovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_table_put_row().
authorBen Pfaff <blp@nicira.com>
Thu, 4 Feb 2010 20:20:11 +0000 (12:20 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Feb 2010 22:16:19 +0000 (14:16 -0800)
commit629cd2f17fedf8d922f61ffd13365d1f4f9b34fe
tree2222c8acc62fc5be69c70abd8914cc9e53cfb7b6
parent71c93bd4cc4d63be99cdc27ffee80c34f05bff75
ovsdb: Slightly simplify ovsdb_table_get_row(), ovsdb_table_put_row().

There is no value in saving a call to uuid_hash() in ovsdb_table_put_row(),
because uuid_hash() is a trivial inline function, so integrate
ovsdb_table_get_row__() into ovsdb_table_get_row() and simplify
ovsdb_table_put_row().
ovsdb/table.c