Files
third_party_libfuse/lib
Bill Zissimooulos d105fafabb rename: perform user mode dir loop check when not done in kernel
Linux performs the dir loop check (rename(a, a/b/c)
    or rename(a/b/c, a), etc.) in kernel. Unfortunately
    other systems do not perform this check (e.g. FreeBSD).
    This results in a deadlock in get_path2, because libfuse
    did not expect to handle such cases.

    We add a check_dir_loop function that performs the dir
    loop check in user mode and enable it on systems that
    need it.
2018-05-18 12:52:10 +01:00
..
2017-07-06 18:30:13 +02:00
2016-10-02 21:20:44 -07:00
2017-11-27 10:23:20 +00:00
2016-10-02 21:20:44 -07:00
2017-11-27 10:23:20 +00:00
2016-10-15 18:53:45 -07:00
2017-08-01 16:26:23 +02:00