ovsdb-tool: Do not lock source db for compacting or converting to new db.
authorBen Pfaff <blp@nicira.com>
Mon, 8 Mar 2010 22:01:16 +0000 (14:01 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Mar 2010 23:28:12 +0000 (15:28 -0800)
commitaebfc8693746682c6c2c02b6cc4d0c580fab0039
tree03334792122ec9cd43a0d9c314281d8f738d721f
parent3cfafd474026fd751765300fa462da2358379297
ovsdb-tool: Do not lock source db for compacting or converting to new db.

"ovsdb-tool compact SRC DST" and "ovsdb-tool convert SRC SCHEMA DST" do not
need to lock SRC, because they do not modify it.

Reported-by: Justin Pettit <jpettit@nicira.com>
ovsdb/ovsdb-tool.c