Files
docker-cli/components/engine/daemon
Vivek Goyal f0bbf70516 devmapper: Remove unnecessary condition check in updatePoolTransactionId()
Currently updatePoolTransactionId() checks if NewTransactionId and
TransactionId are not same only then update the transaction Id in pool. This
check is redundant. Currently we call updatePoolTransactionId() only from
two places and both of these first allocate a new transaction Id.

Also updatePoolTransactionId() should only be called after allocating
new transaction Id otherwise it does not make any sense.

Remove the redundant check and reduce confusion.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Upstream-commit: 6d347aeb6984ebdcb1051212ab3103880ef69ab0
Component: engine
2014-12-03 13:06:43 -05:00
..
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-11-21 19:15:22 +00:00
2014-08-01 14:24:41 -04:00
2014-12-01 11:44:13 -05:00
2014-10-24 15:11:48 -07:00
2014-12-02 10:47:57 -08:00
2014-10-24 15:11:48 -07:00
2014-08-06 10:08:19 +00:00
2014-11-20 19:23:58 +00:00
2014-08-06 10:08:19 +00:00
2014-11-03 10:51:03 -08:00
2014-10-30 22:24:57 +02:00
2014-11-08 00:14:08 +00:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-06 10:08:19 +00:00
2014-11-25 01:02:30 +02:00
2014-11-08 00:14:08 +00:00
2014-09-03 00:01:11 +04:00
2014-09-03 00:01:11 +04:00
2014-09-29 22:40:26 +00:00
2014-12-01 14:54:14 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver