moby--moby/daemon/graphdriver/zfs
Brian Goff 6558158dc3 Move layer mount refcounts to mountedLayer
Instead of implementing refcounts at each graphdriver, implement this in
the layer package which is what the engine actually interacts with now.
This means interacting directly with the graphdriver is no longer
explicitly safe with regard to Get/Put calls being refcounted.

In addition, with the containerd, layers may still be mounted after
a daemon restart since we will no longer explicitly kill containers when
we shutdown or startup engine.
Because of this ref counts would need to be repopulated.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 65d79e3e5e)
2016-03-25 13:43:06 -04:00
..
MAINTAINERS
zfs.go Move layer mount refcounts to mountedLayer 2016-03-25 13:43:06 -04:00
zfs_freebsd.go Fix log to logrus 2015-07-29 09:58:07 -07:00
zfs_linux.go Fix log to logrus 2015-07-29 09:58:07 -07:00
zfs_test.go reorder imports with goimports 2015-12-16 16:50:25 +01:00
zfs_unsupported.go avoid 88-chars mountpoint length limit on freebsd 2015-05-29 16:33:04 +03:00