• Max Kellermann's avatar
    update: always look up parent directory in updatePath() · 94a5a5a9
    Max Kellermann authored
    By always creating the parent directory, we can use delete_name_in()
    without further lookups.  The parents which may non exist will be
    pruned later.  An update request for a non-existing or empty directory
    should be quite unusual, so this doesn't add any measurable overhead.
    94a5a5a9
update.c 11.2 KB