Skip to content
Snippets Groups Projects
  • Vincent Petry's avatar
    f642ad39
    Prevent deleting storage root · f642ad39
    Vincent Petry authored
    Storage mount points are not deletable, so make sure that the unlink
    operation and its hooks aren't run in such cases.
    
    Note that some storages might recursively delete their contents when
    calling unlink on their root. This fix prevents that as well.
    f642ad39
    History
    Prevent deleting storage root
    Vincent Petry authored
    Storage mount points are not deletable, so make sure that the unlink
    operation and its hooks aren't run in such cases.
    
    Note that some storages might recursively delete their contents when
    calling unlink on their root. This fix prevents that as well.