lib/nfs/Connection: remove obsolete flag postponed_destroy
This commit is contained in:
@@ -75,9 +75,7 @@ class NfsConnection : SocketMonitor, DeferredMonitor {
|
||||
Error postponed_mount_error;
|
||||
|
||||
/**
|
||||
* True when nfs_service() is being called. During that,
|
||||
* nfs_client_free() is postponed, or libnfs will crash. See
|
||||
* #postponed_destroy.
|
||||
* True when nfs_service() is being called.
|
||||
*/
|
||||
bool in_service;
|
||||
|
||||
@@ -87,12 +85,6 @@ class NfsConnection : SocketMonitor, DeferredMonitor {
|
||||
*/
|
||||
bool in_event;
|
||||
|
||||
/**
|
||||
* True when nfs_client_free() has been called while #in_service
|
||||
* was true.
|
||||
*/
|
||||
bool postponed_destroy;
|
||||
|
||||
bool mount_finished;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user