overlay/014: correct comment relating to workdir reuse
authorAmir Goldstein <amir73il@gmail.com>
Tue, 19 Sep 2017 11:39:43 +0000 (14:39 +0300)
committerEryu Guan <eguan@redhat.com>
Wed, 20 Sep 2017 03:49:18 +0000 (11:49 +0800)
commit5052c432b558ddd151a1af477ee825181ee3ce6a
tree63847145b3e110a72738d4b9576560bc39fc042b
parente04905eba73a1be9578a8f9d8c0abbcc09d410ff
overlay/014: correct comment relating to workdir reuse

Clarification: EBUSY is what you get when trying to use the same
upperdir/workdir with two different *concurent* overlayfs mounts.
The EBUSY case is independent of the inodes index feature.

This is not the case in this test, but rather the case of trying to
reuse the same workdir with different upper dirs on *subsequent*
overlayfs mounts.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/overlay/014