Re: [E-devel] [EFL/Eio PATCH] Use eina_file_stat_ls() on monitor poll

2013-02-16 Thread Cedric BAIL
On Sat, Feb 16, 2013 at 5:43 AM, Paulo C. A. Cavalcanti Jr pca...@zytor.com wrote: There is a function that checks for file type on monitor poll, so this patch uses eina_file_stat_ls() instead of eina_file_direct_ls() for that case. This patch seems wrong to me. We do call eina_file_statat

[E-devel] [EFL/Eio PATCH] Use eina_file_stat_ls() on monitor poll

2013-02-15 Thread Paulo C. A. Cavalcanti Jr
There is a function that checks for file type on monitor poll, so this patch uses eina_file_stat_ls() instead of eina_file_direct_ls() for that case. From 946fa8bce84f5a4daa20f241a2c95fd7684a5175 Mon Sep 17 00:00:00 2001 From: Paulo C. A. Cavalcanti Jr paulo.cavalca...@intel.com Date: Sat, 16 Feb