flexnbd: Remove unused ".INCOMPLETE" file code
The original idea was that we'd create a .incomplete file at the destination for mirroring, but that code was removed some time ago. This is all dead, now
This commit is contained in:
@@ -213,14 +213,6 @@ int flexnbd_default_deny( struct flexnbd * flexnbd )
|
||||
}
|
||||
|
||||
|
||||
char * flexnbd_incomplete_filename( struct flexnbd * flexnbd )
|
||||
{
|
||||
NULLCHECK( flexnbd );
|
||||
struct server * serve = flexnbd_server( flexnbd );
|
||||
|
||||
return serve->filename_incomplete;
|
||||
}
|
||||
|
||||
void make_writable( const char * filename )
|
||||
{
|
||||
NULLCHECK( filename );
|
||||
|
Reference in New Issue
Block a user