Improvement of tagging directories. 85/26985/7
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Tue, 2 Sep 2014 13:11:55 +0000 (15:11 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 20 Oct 2014 15:28:27 +0000 (08:28 -0700)
commit192eb07965994e541d0b6f8da1137328e9a1607b
tree9da099090cdcd40550c4f9fb5dc64d96f2a316aa
parent11077d6376322d9cfb430f6eab5c0001e8e35a04
Improvement of tagging directories.

The directories are visited two times: in pre-order
and post-order. Here to avoid tagging at both times
we choose to simply tag in post-order (that is for
simplicity of the code.

Change-Id: I866481471d433036ca371035c74e583b3a9dcfda
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
src/server/service/smack-labels.cpp