Remove BS_OP_SYNC_STAB_ALL

This commit is contained in:
Vitaliy Filippov
2025-07-26 14:13:11 +03:00
parent 1676e50b3a
commit 25d6281b3e
3 changed files with 2 additions and 49 deletions
+1 -10
View File
@@ -42,8 +42,7 @@
#define BS_OP_DELETE 6
#define BS_OP_LIST 7
#define BS_OP_ROLLBACK 8
#define BS_OP_SYNC_STAB_ALL 9
#define BS_OP_MAX 9
#define BS_OP_MAX 8
#define BS_OP_PRIVATE_DATA_SIZE 256
@@ -113,14 +112,6 @@ Input:
Output:
- retval = 0 or negative error number (-ENOENT if no such version for stabilize)
## BS_OP_SYNC_STAB_ALL
ONLY FOR TESTS! Sync and mark all unstable object versions as stable, at once.
Input: Nothing except opcode
Output:
- retval = 0 or negative error number (-EINVAL)
## BS_OP_LIST
Get a list of all objects in this Blockstore.