Files
third_party_libfuse/test
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
..
2016-10-10 11:07:38 -07:00
2017-08-25 09:49:23 +02:00
2018-03-31 13:21:08 +01:00