# HG changeset patch # User Paul Boddie # Date 1641597380 -3600 # Node ID 9708029fd8cdf42f41cd4d7ed24ce168ae5f4a08 # Parent b6d45268d2d9d780582198c6b6713808ba4575e5 Fixed the description of the remove_provider method. diff -r b6d45268d2d9 -r 9708029fd8cd libfsserver/lib/generic/resource_registry.cc --- a/libfsserver/lib/generic/resource_registry.cc Fri Jan 07 23:49:06 2022 +0100 +++ b/libfsserver/lib/generic/resource_registry.cc Sat Jan 08 00:16:20 2022 +0100 @@ -169,7 +169,8 @@ return provider->make_resource(size, object_flags, resource); } -/* Request the removal of a filesystem object through any active provider. */ +/* Request the removal of a filesystem object through any active provider or + perform the direct removal of any inactive object. */ long ResourceRegistry::remove_provider(FileOpening *opening, const char *path) {