[Tracker] [PATCH] tracker-files-utils.c: Handle only regular files.

2009-11-30 Thread Juan A. Suarez Romero
Do not handle special files like pipes or sockets. This avoids blocking when opening such kind of files. --- src/libtracker-common/tracker-file-utils.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/libtracker-common/tracker-file-utils.c b/src/libt

Re: [Tracker] [PATCH] tracker-files-utils.c: Handle only regular files.

2009-11-30 Thread Philip Van Hoof
Hi Juan! I'm going to let Carlos review this. He wrote the file-utils's locking functions during the writeback work. Carlos is traveling at this moment, so the review will probably for tomorrow. Thanks On Mon, 2009-11-30 at 13:39 +0100, Juan A. Suarez Romero wrote: > Do not handle special fil

Re: [Tracker] [PATCH] tracker-files-utils.c: Handle only regular files.

2010-02-01 Thread Carlos Garnacho
Hi!, Although this is an unlikely situation with most setups, I think it makes sense. The patch has been just committed and pushed to master :) Cheers, Carlos On lun, 2009-11-30 at 13:39 +0100, Juan A. Suarez Romero wrote: > Do not handle special files like pipes or sockets. This avoids blocki