From: "René Scharfe" <l.s.r@web.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: "Nikolay Avdeev" <avdeev@math.vsu.ru>,
git@vger.kernel.org, "Nguyễn Thái Ngọc Duy" <pclouds@gmail.com>
Subject: Re: Bug report about symlinks
Date: Mon, 04 Aug 2014 00:59:51 +0200 [thread overview]
Message-ID: <53DEBEE7.6070009@web.de> (raw)
In-Reply-To: <xmqqk36ptrs6.fsf@gitster.dls.corp.google.com>
Am 03.08.2014 um 19:19 schrieb Junio C Hamano:
> René Scharfe <l.s.r@web.de> writes:
>
>> How about the patch below? Before it checks if an index entry exists
>> in the work tree, it checks if its path includes a symlink.
>
> Honestly, I didn't expect the fix to be in the refresh-index code
> path, but doing this there sort of makes sense.
I found it through observation, not understanding. Just looked for
stat/lstat calls executed by git status for b/different and b/equal
using strace; debugging printfs told me where they came from.
>> And do we need to use the threaded_ variant of the function here?
>
> Hmmm, this is a tangent, but you comment made me wonder if we also
> need to adjust preload_thread() in preload-index.c somehow, but we
> do not touch CE_UPTODATE there, so it probably is not necessary.
The function calls ce_mark_uptodate(), which does set CE_UPTODATE. It
calls threaded_has_symlink_leading_path() before lstat() already,
however. (Since f62ce3de: Make index preloading check the whole path to
the file.)
> The caller of refresh_cache_ent() is walking an array of sorted
> pathnames aka istate->cache[] in a single-threaded fashion, possibly
> with a pathspec to limit the scan.
There are two direct callers (refresh_index(), refresh_cache_entry())
and several indirect ones. Do we have a way to detect unsynchronized
parallel access to the has_symlink_leading_path()-cache? Checking the
full callers-of-callers tree manually looks a bit scary to me.
> Do you mean that we may want to
> make istate->cache[] scanned by multiple threads? I am not sure.
No, I didn't want to suggest any performance improvements. I'm only
interested in correctness for now.
René
next prev parent reply other threads:[~2014-08-03 23:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 19:50 Bug report about symlinks Nikolay Avdeev
2014-07-31 22:04 ` René Scharfe
2014-08-01 16:23 ` Junio C Hamano
2014-08-02 14:10 ` René Scharfe
2014-08-03 17:19 ` Junio C Hamano
2014-08-03 22:59 ` René Scharfe [this message]
2014-08-04 16:34 ` Junio C Hamano
2014-08-09 17:43 ` [PATCH] read-cache: check for leading symlinks when refreshing index René Scharfe
2014-08-04 11:03 ` Bug report about symlinks Duy Nguyen
2014-08-04 16:36 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2014-07-30 11:30 NickKolok
2014-08-01 19:10 ` Dennis Kaarsemaker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53DEBEE7.6070009@web.de \
--to=l.s.r@web.de \
--cc=avdeev@math.vsu.ru \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=pclouds@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.