Never try to wait for free space inside blockstore

This commit is contained in:
Vitaliy Filippov
2022-12-12 00:27:05 +03:00
parent 472bce58ab
commit cb437913d3
3 changed files with 0 additions and 19 deletions
-2
View File
@@ -160,8 +160,6 @@ struct __attribute__((__packed__)) dirty_entry
#define WAIT_JOURNAL 3
// Suspend operation until the next journal sector buffer is free
#define WAIT_JOURNAL_BUFFER 4
// Suspend operation until there is some free space on the data device
#define WAIT_FREE 5
struct fulfill_read_t
{